From e9a618e1847e724eae9486bfe4d8f21f0f6cad92 Mon Sep 17 00:00:00 2001 From: Tinnus Napbus Date: Sat, 16 Sep 2023 02:53:41 +1200 Subject: [PATCH] kiln: change jump-related @p printing to scow's --- pkg/arvo/lib/hood/kiln.hoon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/arvo/lib/hood/kiln.hoon b/pkg/arvo/lib/hood/kiln.hoon index a55c580ef6..394b76321c 100644 --- a/pkg/arvo/lib/hood/kiln.hoon +++ b/pkg/arvo/lib/hood/kiln.hoon @@ -789,7 +789,7 @@ =. hop (~(del by hop) old) abet:(emit %give %fact ~[/jumps] %kiln-jump !>([%nay old u.had])) ?~ (skim ~(tap by sources) |=(kiln-sync =(old [her sud]))) - ~> %slog.(fmt "no syncs from {}/{(trip q.old)}") + ~> %slog.(fmt "no syncs from {(scow %p p.old)}/{(trip q.old)}") abet =. hop (~(put by hop) old new) abet:(emit %give %fact ~[/jumps] %kiln-jump !>([%add old new])) @@ -797,16 +797,16 @@ ++ poke-jump-opt |= [old=dock new=dock yea=?] ?~ got=(~(get by hop) old) - ~> %slog.(fmt "no jump request for {}/{(trip q.old)}") + ~> %slog.(fmt "no jump request for {(scow %p p.old)}/{(trip q.old)}") abet ?. =(new u.got) - =/ txt-old "{}/{(trip q.old)}" - =/ txt-new "{}/{(trip q.new)}" + =/ txt-old "{(scow %p p.old)}/{(trip q.old)}" + =/ txt-new "{(scow %p p.new)}/{(trip q.new)}" ~> %slog.(fmt "no jump request from {txt-old} to {txt-new}") abet ?. yea - =/ txt-old "{}/{(trip q.old)}" - =/ txt-new "{}/{(trip q.new)}" + =/ txt-old "{(scow %p p.old)}/{(trip q.old)}" + =/ txt-new "{(scow %p p.new)}/{(trip q.new)}" ~> %slog.(fmt "denied jump from {txt-old} to {txt-new}") =. hop (~(del by hop) old) abet:(emit %give %fact ~[/jumps] %kiln-jump !>([%nay old new]))