Commit c3a21cad authored by Tollef Fog Heen's avatar Tollef Fog Heen

Print the whole tag in once mode

git-svn-id: http://www.varnish-cache.org/svn/trunk@4530 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f9b44aba
......@@ -276,7 +276,7 @@ dump(void)
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);
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