We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe137e + c50dc15 commit 48e2280Copy full SHA for 48e2280
examples/standalone/entity_creation/entity_creation.cc
@@ -79,7 +79,7 @@ void createEntityFromStr(const std::string modelStr)
79
if (executed)
80
{
81
if (result)
82
- std::cout << "Sphere was created : [" << res.data() << "]" << std::endl;
+ std::cout << "Entity was created : [" << res.data() << "]" << std::endl;
83
else
84
85
std::cout << "Service call failed" << std::endl;
0 commit comments