move debug output for clarity

This commit is contained in:
tastytea 2018-05-21 13:59:20 +02:00
parent 9c5ffbb0dc
commit 7cc297ea16
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}