From e04ab9f22b800f028d522b4934c37b7d016ec79c Mon Sep 17 00:00:00 2001 From: evoskuil Date: Sat, 9 May 2015 22:16:18 -0700 Subject: [PATCH] Comment --- src/server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server.cpp b/src/server.cpp index 6703f0dc..6c032b78 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -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; }