Update client.cpp

This commit is contained in:
Guilherme Werner
2023-12-03 18:06:17 -03:00
parent edc85e2a0c
commit 32e59d354b

View File

@ -40,7 +40,7 @@ namespace tribufu
} }
catch (std::exception &e) catch (std::exception &e)
{ {
std::cout << "exception" << e.what() << std::endl; std::cout << "exception: " << e.what() << std::endl;
} }
} }
} }