mfc: turn "UNKNOWN TYPE channel_id" logs into actually the channel id

Get rid of unuseful "UNKNOWN TYPE channel_id" prints in logs; only
affected usage for `type_to_string` of plugins/Makefile built things
This commit is contained in:
niftynei
2021-03-16 15:33:07 -05:00
committed by Rusty Russell
parent 2f2981c4e0
commit 38fee517d7

View File

@@ -95,6 +95,7 @@ PLUGIN_COMMON_OBJS := \
common/bech32_util.o \
common/bigsize.o \
common/bolt11.o \
common/channel_id.o \
common/daemon.o \
common/features.o \
common/hash_u5.o \