replace my printf calls with qDebug
This commit is contained in:
parent
fe28a051d5
commit
0a379a05ff
2 changed files with 4 additions and 4 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
readBytesExactFromSocket(resp, length-resp.size());
|
||||
|
||||
if (length != resp.size()) {
|
||||
printf("Warning: Packet length doesn't match actual packet size (%d expected vs %d received)\n", length, resp.size());
|
||||
qDebug() << "Warning: Packet length doesn't match actual packet size (" << length << " expected vs " << resp.size() << " received)";
|
||||
}
|
||||
qDebug() << "Received response successfully";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue