mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05: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,6 +296,8 @@ public:
|
||||||
nHeaderStart = -1;
|
nHeaderStart = -1;
|
||||||
nMessageStart = -1;
|
nMessageStart = -1;
|
||||||
cs_vSend.Leave();
|
cs_vSend.Leave();
|
||||||
|
|
||||||
|
if (fDebug)
|
||||||
printf("(aborted)\n");
|
printf("(aborted)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -326,8 +328,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fDebug) {
|
if (fDebug) {
|
||||||
printf("(%d bytes) ", nSize);
|
printf("(%d bytes)\n", nSize);
|
||||||
printf("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nHeaderStart = -1;
|
nHeaderStart = -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue