Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
output log (console) messages to the console, or stdout.txt on windows
  • Loading branch information
jacob1 committed Jun 9, 2014
1 parent 391d965 commit ec29044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/game/GameModel.cpp
Expand Up @@ -957,6 +957,7 @@ void GameModel::Log(string message)
if(consoleLog.size()>100)
consoleLog.pop_back();
notifyLogChanged(message);
std::cout << message << std::endl;
}

deque<string> GameModel::GetLog()
Expand Down

0 comments on commit ec29044

Please sign in to comment.