2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-18 13:24:17 +00:00

Update client.cpp

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

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