Commit 8e3f9192 authored by Nils Goroll's avatar Nils Goroll

dont use VSL_Error as a format string

parent 9119bfd6
......@@ -597,7 +597,7 @@ cmd_logexp(CMD_ARGS)
av++;
continue;
}
vtc_log(le->vl, 0, VSL_Error(le->vsl));
vtc_log(le->vl, 0, "%s", VSL_Error(le->vsl));
return;
}
vtc_log(le->vl, 0, "Unknown logexp argument: %s", *av);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment