mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user