Changeset 1541
- Timestamp:
- 07/20/05 06:02:49 (3 years ago)
- Files:
-
- hydranode/hncore/plugins/ed2k/src/serverlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/plugins/ed2k/src/serverlist.cpp
r1501 r1541 752 752 ); 753 753 } 754 } catch (SocketError &e) { 755 logDebug(std::string("Reading from UDP socket: ") + e.what()); 754 } catch (std::exception &e) { 755 logDebug( 756 std::string("Error while reading from ED2K ServerUdp socket: ") 757 + e.what() 758 ); 756 759 } 757 760 MSVC_ONLY(;)
