Commit 399ee137 authored by Pavel Vainerman's avatar Pavel Vainerman

(UNet2): сделал вывод "Receive OK" в unet2-tester (в случае задания ключа -v)

parent cd28bf46
......@@ -223,9 +223,9 @@ int main(int argc, char* argv[])
prev_num = pack.num;
}
// if( verb )
// cout << "receive OK. header: " << pack.msg.header
// << " bytes: " << ret << endl;
if( verb )
cout << "receive OK: "
<< " bytes: " << ret << endl;
if( show )
cout << "receive data: " << pack << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment