0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

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

View file

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