Changeset 183:d28e321696e1 in finroc_plugins_tcp
- Timestamp:
- 29.04.2020 13:33:59 (3 years ago)
- Branch:
- 14.08
- Children:
- 184:675dfcc4d494, 186:48a9973a8bde
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
internal/tServer.cpp
r182 r183 120 120 if (connection_error_count <= cMAX_DISPLAYED_CONNECTION_ERRORS) 121 121 { 122 FINROC_LOG_PRINT(ERROR, " Connection error", error);122 FINROC_LOG_PRINT(ERROR, "Error accepting TCP connection: ", error); 123 123 if (connection_error_count == cMAX_DISPLAYED_CONNECTION_ERRORS) 124 124 {
Note: See TracChangeset
for help on using the changeset viewer.