Skip to content

Commit e04ab9f

Browse files
committed
Comment
1 parent 801d60a commit e04ab9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ static console_result verify_chain(path& directory, std::ostream& error)
191191
static bool stopped = false;
192192
static void interrupt_handler(int)
193193
{
194+
// BUGBUG: this message is not making it to the console on Windows.
194195
bc::cout << BS_SERVER_STOPPING << std::endl;
195196
stopped = true;
196197
}

0 commit comments

Comments
 (0)