comparison mcabber/src/histolog.c @ 250:84de80cbbd2c

[/trunk] Changeset 263 by mikael * Remove debug LogPrint (arf!)
author mikael
date Sat, 25 Jun 2005 08:35:50 +0000
parents c3e6e78d1ab4
children 806fcdd3b5da
comparison
equal deleted inserted replaced
249:c3e6e78d1ab4 250:84de80cbbd2c
198 while (*tail) tail++; 198 while (*tail) tail++;
199 } 199 }
200 // Small check for too long messages 200 // Small check for too long messages
201 if (tail >= HBB_BLOCKSIZE+18+format_off + data) { 201 if (tail >= HBB_BLOCKSIZE+18+format_off + data) {
202 scr_LogPrint("A message could be too big in history file..."); 202 scr_LogPrint("A message could be too big in history file...");
203 scr_LogPrint("S=%d, fmt=%d (->%d)", tail-data, format_off,
204 tail-data-format_off-18); 203 tail-data-format_off-18);
205 // Maybe we will have a parse error on next, because this 204 // Maybe we will have a parse error on next, because this
206 // message is big (maybe too big). 205 // message is big (maybe too big).
207 } 206 }
208 // Remove last CR 207 // Remove last CR