|
@ -347,9 +347,7 @@ static void subdaemon_malformed_msg(struct subd *sd, const u8 *msg) |
|
|
{ |
|
|
{ |
|
|
log_broken(sd->log, "%i: malformed string '%.s'", |
|
|
log_broken(sd->log, "%i: malformed string '%.s'", |
|
|
fromwire_peektype(msg), |
|
|
fromwire_peektype(msg), |
|
|
tal_hexstr(msg, |
|
|
tal_hex(msg, msg)); |
|
|
msg + sizeof(be16), |
|
|
|
|
|
tal_count(msg) - sizeof(be16))); |
|
|
|
|
|
|
|
|
|
|
|
#if DEVELOPER |
|
|
#if DEVELOPER |
|
|
if (sd->ld->dev_subdaemon_fail) |
|
|
if (sd->ld->dev_subdaemon_fail) |
|
|