mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
missed printf in AbortMessage(); merged printfs in EndMessage
This commit is contained in:
parent
59090133c0
commit
e674680ddd
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue