diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-12-09 01:08:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-12-09 01:08:15 +0300 |
commit | ba29462f09c748de5c75837f9fdd3c1bb3bc4791 (patch) | |
tree | d3d3ee9824364d85a2451884e036c76b46789a0a /client-qt/udm-client-qt/client_session.cpp | |
parent | d233b343940602429c4db1fb1bc2c0192240fd75 (diff) |
protocol:
added download deleted event
small cleanup
server:
implemented "download_deleted" event
client:
started work on download state change events handling
Diffstat (limited to 'client-qt/udm-client-qt/client_session.cpp')
-rw-r--r-- | client-qt/udm-client-qt/client_session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-qt/udm-client-qt/client_session.cpp b/client-qt/udm-client-qt/client_session.cpp index 6bad75c..25b545d 100644 --- a/client-qt/udm-client-qt/client_session.cpp +++ b/client-qt/udm-client-qt/client_session.cpp @@ -276,7 +276,7 @@ void client_session::handle_read(const boost::system::error_code& error, size_t // if(!parsed) else { - BOOST_LOG_TRIVIAL(error)<<"failed to parse client message"; + BOOST_LOG_TRIVIAL(error)<<"failed to parse server message"; delete this; //close connection return; } |