Demote info message in json_rpc_call
This commit is contained in:
parent
87aa55cadb
commit
e62c59aade
@ -899,7 +899,7 @@ out_empty:
|
||||
out:
|
||||
if (warning) {
|
||||
if (info_only)
|
||||
LOGNOTICE("%s", warning);
|
||||
LOGINFO("%s", warning);
|
||||
else
|
||||
LOGWARNING("%s", warning);
|
||||
free(warning);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user