From 7cc297ea164e5332eec56b44bd76b5bb4a7a6325 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 May 2018 13:59:20 +0200 Subject: [PATCH] move debug output for clarity --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c53f6ba..3bec558 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,8 +62,8 @@ int main(int argc, char *argv[]) std::this_thread::sleep_for(std::chrono::seconds(5)); if (!listener.stillrunning()) { - cout << "DEBUG: Reestablishing connection...\n"; listener.stop(); + cout << "DEBUG: Reestablishing connection...\n"; listener.start(); new_messages = listener.catchup(); }