File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ struct command_result *payment_continue(struct payment *payment)
42
42
"payment_continue expected payment_modifier "
43
43
"but NULL found" );
44
44
45
- plugin_log (pay_plugin -> plugin , LOG_DBG , "Calling modifier %s" ,
45
+ plugin_log (pay_plugin -> plugin , LOG_TRACE , "Calling modifier %s" ,
46
46
mod -> name );
47
47
return mod -> step_cb (payment );
48
48
} else if (op == OP_IF ) {
@@ -55,7 +55,7 @@ struct command_result *payment_continue(struct payment *payment)
55
55
"payment_continue expected pointer to "
56
56
"condition but NULL found" );
57
57
58
- plugin_log (pay_plugin -> plugin , LOG_DBG ,
58
+ plugin_log (pay_plugin -> plugin , LOG_TRACE ,
59
59
"Calling payment condition %s" , cond -> name );
60
60
61
61
const u64 position_iftrue =
You can’t perform that action at this time.
0 commit comments