Skip to content

Commit 48e2280

Browse files
authored
Merge c50dc15 into fbe137e
2 parents fbe137e + c50dc15 commit 48e2280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/standalone/entity_creation/entity_creation.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void createEntityFromStr(const std::string modelStr)
7979
if (executed)
8080
{
8181
if (result)
82-
std::cout << "Sphere was created : [" << res.data() << "]" << std::endl;
82+
std::cout << "Entity was created : [" << res.data() << "]" << std::endl;
8383
else
8484
{
8585
std::cout << "Service call failed" << std::endl;

0 commit comments

Comments
 (0)