mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-18 19:10:11 +00:00
missed printf in AbortMessage(); merged printfs in EndMessage
This commit is contained in:
parent
59090133c0
commit
e674680ddd
@ -296,7 +296,9 @@ public:
|
|||||||
nHeaderStart = -1;
|
nHeaderStart = -1;
|
||||||
nMessageStart = -1;
|
nMessageStart = -1;
|
||||||
cs_vSend.Leave();
|
cs_vSend.Leave();
|
||||||
printf("(aborted)\n");
|
|
||||||
|
if (fDebug)
|
||||||
|
printf("(aborted)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void EndMessage()
|
void EndMessage()
|
||||||
@ -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…
x
Reference in New Issue
Block a user