lightningd: if a plugin disables at getmanfest time, use INFO log level.

This gets printed by default, so it's not lost!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-07-14 11:41:33 +09:30
parent a6701bf180
commit 8f2c9ce0ed

View File

@@ -1667,7 +1667,7 @@ static void plugin_manifest_cb(const char *buffer,
}
if (disabled) {
plugin_kill(plugin, LOG_DBG,
plugin_kill(plugin, LOG_INFORM,
"disabled itself: %s", disabled);
return;
}