Changeset 183:d28e321696e1 in finroc_plugins_tcp


Ignore:
Timestamp:
29.04.2020 13:33:59 (3 years ago)
Author:
Max Reichardt <max.reichardt@…>
Branch:
14.08
Children:
184:675dfcc4d494, 186:48a9973a8bde
Phase:
public
Message:

Another minor improvement to command line output if TCP server socket cannot accept connections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • internal/tServer.cpp

    r182 r183  
    120120      if (connection_error_count <= cMAX_DISPLAYED_CONNECTION_ERRORS) 
    121121      { 
    122         FINROC_LOG_PRINT(ERROR, "Connection error ", error); 
     122        FINROC_LOG_PRINT(ERROR, "Error accepting TCP connection: ", error); 
    123123        if (connection_error_count == cMAX_DISPLAYED_CONNECTION_ERRORS) 
    124124        { 
Note: See TracChangeset for help on using the changeset viewer.