diff --git a/src/client.cpp b/src/client.cpp index 59804b05..4c9f5dfe 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -40,7 +40,7 @@ namespace tribufu } catch (std::exception &e) { - std::cout << "exception" << e.what() << std::endl; + std::cout << "exception: " << e.what() << std::endl; } } }