summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r--src/game-server/main-game.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 4d2c716c..2a9cee57 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -313,10 +313,9 @@ int main(int argc, char *argv[])
isConnected = accountHandler->start();
if (!isConnected)
{
- LOG_INFO("Retrying in "<<++waittime<<" seconds");
+ LOG_INFO("Retrying in " << ++waittime << " seconds");
usleep(waittime * 1000);
}
-
}
if (!gameHandler->startListen(options.port))