Commit 8c2ed731 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

OCD fix

parent 7e10a465
......@@ -323,7 +323,7 @@ logexp_dispatch(struct VSL_data *vsl, struct VSL_transaction * const pt[],
VSL_BACKEND(t->c->rec.ptr) ? 'b' : '-';
if (legend != NULL)
vtc_log(le->vl, 4, "%3s| %10u %-15s %c %.*s",
vtc_log(le->vl, 4, "%-5s| %10u %-15s %c %.*s",
legend, vxid, VSL_tags[tag], type, len,
data);
......
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