Skip to content

Commit

Permalink
libshell|LocalServer: Write server errors to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 20, 2014
1 parent 9e88629 commit e2c00d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/libshell/src/localserver.cpp
Expand Up @@ -123,6 +123,8 @@ void LocalServer::start(duint16 port, String const &gameMode, QStringList additi

cmd.append("-userdir");
cmd.append(userDir);
cmd.append("-errors");
cmd.append("doomsday-errors.out");
cmd.append("-game");
cmd.append(gameMode);
cmd.append("-cmd");
Expand Down

0 comments on commit e2c00d4

Please sign in to comment.