Project

General

Profile

Revision 648

working on robot point and click - kinda works

View differences:

ColonetServer.cpp
158 158
      if (optionsG.logging_enabled) {
159 159
        char log_buffer[LOG_BUFFER_LENGTH];
160 160
        snprintf(log_buffer, LOG_BUFFER_LENGTH, "Client at address %s attempting to connect.",
161
		 inet_ntoa(client_addr.sin_addr));
161
								 inet_ntoa(client_addr.sin_addr));
162 162
        logger->log_string(LOG_TYPE_CONNECT, log_buffer);
163 163
      }
164 164

  

Also available in: Unified diff