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;
|
||||
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…
x
Reference in New Issue
Block a user