Commit a510f37f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e2988d03
......@@ -134,7 +134,7 @@ func (r *request) OutputDebug() string {
}
spl = fmt.Sprintf(" %q%s", r.flatData[:l], s)
}
flatStr = fmt.Sprintf(" %db %s", r.flatDataSize(), spl)
flatStr = fmt.Sprintf(" %db%s", r.flatDataSize(), spl)
}
}
......
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