Skip to content

Commit

Permalink
fix entity creation msg
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 13, 2021
1 parent fbe137e commit c50dc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/standalone/entity_creation/entity_creation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void createEntityFromStr(const std::string modelStr)
if (executed)
{
if (result)
std::cout << "Sphere was created : [" << res.data() << "]" << std::endl;
std::cout << "Entity was created : [" << res.data() << "]" << std::endl;
else
{
std::cout << "Service call failed" << std::endl;
Expand Down

0 comments on commit c50dc15

Please sign in to comment.