Demote info message in json_rpc_call

This commit is contained in:
Con Kolivas 2017-01-17 10:00:53 +11:00
parent 87aa55cadb
commit e62c59aade

View File

@ -899,7 +899,7 @@ out_empty:
out:
if (warning) {
if (info_only)
LOGNOTICE("%s", warning);
LOGINFO("%s", warning);
else
LOGWARNING("%s", warning);
free(warning);