Skip to content
Snippets Groups Projects
Commit ed496831 authored by Cristian Toader's avatar Cristian Toader
Browse files

fix: sandbox_intern_string log clean up

parent 8aa5517f
No related branches found
No related tags found
No related merge requests found
......@@ -658,7 +658,7 @@ sandbox_intern_string(const char *param)
}
}
log_warn(LD_BUG, "(Sandbox) Parameter %s not found", param);
log_info(LD_GENERAL, "(Sandbox) Parameter %s not found", param);
return param;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment