Skip to content

Commit 2be82a5

Browse files
committed
common: log at debug level when we update billboard.
Makes for easier postmortem. Signed-off-by: Rusty Russell <[email protected]>
1 parent a665699 commit 2be82a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/peer_billboard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ void peer_billboard(bool perm, const char *fmt, ...)
1212
str = tal_vfmt(NULL, fmt, ap);
1313
va_end(ap);
1414

15+
status_debug("billboard%s: %s", perm ? " perm" : "", str);
1516
status_send(take(towire_status_peer_billboard(NULL, perm, str)));
1617
tal_free(str);
1718
}

0 commit comments

Comments
 (0)