missed printf in AbortMessage(); merged printfs in EndMessage

This commit is contained in:
Nils Schneider 2011-09-17 21:36:58 +02:00
parent 59090133c0
commit e674680ddd
1 changed files with 4 additions and 3 deletions

View File

@ -296,7 +296,9 @@ public:
nHeaderStart = -1;
nMessageStart = -1;
cs_vSend.Leave();
printf("(aborted)\n");
if (fDebug)
printf("(aborted)\n");
}
void EndMessage()
@ -326,8 +328,7 @@ public:
}
if (fDebug) {
printf("(%d bytes) ", nSize);
printf("\n");
printf("(%d bytes)\n", nSize);
}
nHeaderStart = -1;