diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-21 08:45:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-05-21 08:45:26 +0200 |
commit | 2cce75647741093d99eee670b98042fdfa7608fa (patch) | |
tree | 697c20e0cc49a7bc212ae42a11aa645132112887 /src | |
parent | 8f275fa7ec9bf14c06cb72edb00bc9a2469d0458 (diff) |
Fix debug
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5317907..c21be47 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -769,7 +769,7 @@ int main(int argc, char **argv) } // We need to wait until our `ping` packet for disconnecting is sent to all channels - printf("Shutting down..."); + printf("Shutting down...\n"); this_thread::sleep_for(chrono::seconds(3)); return 0; |