Commit 021abc10 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: more diagnostic output in the warning "Client bit 'c' not set"

parent a26a06fb
......@@ -223,7 +223,8 @@ OSL_Track(void *priv, enum VSL_tag_e tag, unsigned fd, unsigned len,
/* spec != 'c' */
if ((spec & VSL_S_CLIENT) == 0)
LOG_Log(LOG_WARNING, "%s: Client bit ('c') not set", VSL_tags[tag]);
LOG_Log(LOG_WARNING, "%s: Client bit ('c') not set [%.*s]",
VSL_tags[tag], len, ptr);
switch (tag) {
case SLT_ReqStart:
......
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