commit | 663308bea1ec769cb5e560b11eeec7be055b83ab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 07 14:06:08 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 07 22:43:55 2010 +0200 |
tree | 9949cd9ba2de61da916471dd5d312bb9d5277e0b | |
parent | 1ba0e5f4510bb9917699019d02eff315d9497006 [diff] |
[BUG] debug: correctly report truncated messages By using msg->sol as the beginning of a message, wrong messages were displayed in debug mode when they were truncated on the last line, because msg->sol points to the beginning of the last line. Use data+msg->som instead.