Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 10, 2015
1 parent 801d60a commit e04ab9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ static console_result verify_chain(path& directory, std::ostream& error)
static bool stopped = false;
static void interrupt_handler(int)
{
// BUGBUG: this message is not making it to the console on Windows.
bc::cout << BS_SERVER_STOPPING << std::endl;
stopped = true;
}
Expand Down

0 comments on commit e04ab9f

Please sign in to comment.