Commit 65f9cb7a authored by Nils Goroll's avatar Nils Goroll

dont use VSL_Error as a format string

parent 90e87e30
...@@ -592,7 +592,7 @@ cmd_logexp(CMD_ARGS) ...@@ -592,7 +592,7 @@ cmd_logexp(CMD_ARGS)
av++; av++;
continue; continue;
} }
vtc_log(le->vl, 0, VSL_Error(le->vsl)); vtc_log(le->vl, 0, "%s", VSL_Error(le->vsl));
return; return;
} }
vtc_log(le->vl, 0, "Unknown logexp argument: %s", *av); 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