Changeset c9fd28ddcc5b6e5bcbe21baad2a60bb9ecce533a
- Timestamp:
- 05/21/08 21:39:57
(10 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1211405997 +0000
- git-parent:
[deba0fcc01b0d3b13f54053a526ec19bddf7da8e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1211405997 +0000
- Message:
log the state -- not that helpful, but hey, why not?
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ra504323 |
rc9fd28d |
|
164 | 164 | ctx->bytes_expected = 0; \ |
---|
165 | 165 | if(len != size) { \ |
---|
166 | | noitL(noit_error, "SSL short read (%d/%lu). Reseting connection.\n", \ |
---|
167 | | len, size); \ |
---|
| 166 | noitL(noit_error, "SSL short read [%d] (%d/%lu). Reseting connection.\n", \ |
---|
| 167 | ctx->state, len, size); \ |
---|
168 | 168 | goto socket_error; \ |
---|
169 | 169 | } \ |
---|