diff --git a/src/libYARP_manager/src/yarp/manager/execstate.cpp b/src/libYARP_manager/src/yarp/manager/execstate.cpp index a8bf3a465bc..decba0017ea 100644 --- a/src/libYARP_manager/src/yarp/manager/execstate.cpp +++ b/src/libYARP_manager/src/yarp/manager/execstate.cpp @@ -205,7 +205,7 @@ void Ready::startModule() if(!checkResources(false)) { OSTRINGSTREAM msg; msg<<"cannot run "<getCommand()<<" on "<getHost(); - msg<<" : Timeout while waiting for some resources."; + msg<<" : Timeout while waiting for "<getHost(); logger->addError(msg); castEvent(EventFactory::startModuleEventFailed);