Project

General

Profile

Revision 153

Added by Greg Tress over 16 years ago

View differences:

trunk/code/projects/colonet/ColonetServer/Command.cpp
141 141
  
142 142
  if (tokens[1] != COLONET_REQUEST && tokens[1] != COLONET_COMMAND) {
143 143
    /* Invalid message type */
144
    printf("Invalid message type. Was: %x Expected: %x %x\n", tokens[1], COLONET_REQUEST, COLONET_COMMAND);
144
    printf("Invalid message type. Was: %i Expected: %i %i\n", tokens[1], COLONET_REQUEST, COLONET_COMMAND);
145 145
    return -1;
146 146
  }
147 147

  

Also available in: Unified diff