Commit 394ef395 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4530: Print the whole tag in once mode



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4531 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0e1d130b
......@@ -273,7 +273,9 @@ dump(void)
if (tp->count <= 1.0)
break;
len = SHMLOG_LEN(tp->rec);
printf("%9.2f %s %*.*s\n", tp->count, VSL_tags[tp->rec[SHMLOG_TAG]], len, len, tp->rec + SHMLOG_DATA);
printf("%9.2f %s %*.*s\n",
tp->count, VSL_tags[tp->rec[SHMLOG_TAG]],
len, len, tp->rec_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