mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
missed printf in AbortMessage(); merged printfs in EndMessage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user