- Timestamp:
- 05/18/09 14:44:40 (4 years ago)
- git-parent:
- Files:
-
- src/stratcon_jlog_streamer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/stratcon_jlog_streamer.c
r88a7178 re0afa67 225 225 } 226 226 if(len != sizeof(ctx->jlog_feed_cmd)) { 227 noitL(noit_error, "short write on initiating stream.\n"); 227 noitL(noit_error, "short write [%d/%d] on initiating stream.\n", 228 (int)len, (int)sizeof(ctx->jlog_feed_cmd)); 228 229 goto socket_error; 229 230 }
