- Small warning fix ios-revival
authorantonc27 <antonc27@mail.ru>
Tue, 11 Aug 2015 00:15:30 +0200
branchios-revival
changeset 11107 553899c1ff78
parent 11106 2953f858a196
child 11108 28724483b051
- Small warning fix
project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m
--- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m	Mon Aug 10 22:50:34 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m	Tue Aug 11 00:15:30 2015 +0200
@@ -240,7 +240,7 @@
 
     // Open a connection with the IP provided (listen on the host's port)
     if (!(sd = SDLNet_TCP_Open(&ip)) && !clientQuit) {
-        DLog(@"SDLNet_TCP_Open: %s %\n", SDLNet_GetError(), self.enginePort);
+        DLog(@"SDLNet_TCP_Open: %s %d\n", SDLNet_GetError(), self.enginePort);
         clientQuit = YES;
     }