Skip to content

Commit

Permalink
YARP_manager: improve diagnostic message
Browse files Browse the repository at this point in the history
It fixes #744
  • Loading branch information
Nicogene committed Dec 12, 2019
1 parent 1236ac5 commit d3a80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libYARP_manager/src/yarp/manager/execstate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void Ready::startModule()
if(!checkResources(false)) {
OSTRINGSTREAM msg;
msg<<"cannot run "<<executable->getCommand()<<" on "<<executable->getHost();
msg<<" : Timeout while waiting for some resources.";
msg<<" : Timeout while waiting for "<<executable->getHost();
logger->addError(msg);

castEvent(EventFactory::startModuleEventFailed);
Expand Down

0 comments on commit d3a80ab

Please sign in to comment.