mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 22:34:21 +00:00
Update client.cpp
This commit is contained in:
@ -40,7 +40,7 @@ namespace tribufu
|
||||
}
|
||||
catch (std::exception &e)
|
||||
{
|
||||
std::cout << "exception" << e.what() << std::endl;
|
||||
std::cout << "exception: " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user