Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
- #99
  • Loading branch information
jgvictores committed Dec 4, 2019
1 parent 3078c0d commit 2e3916e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class OpenraveYarpPluginLoader : public OpenRAVE::ModuleBase
CD_DEBUG("[%s]\n", cmd.c_str());
std::stringstream ss(cmd);

//-- Fill openStrings and loadString
//-- Fill openStrings and envString
std::vector<std::string> openStrings;
std::string envString("");

Expand Down Expand Up @@ -113,7 +113,7 @@ class OpenraveYarpPluginLoader : public OpenRAVE::ModuleBase
if ( !GetEnv()->Load(fullEnvString.c_str()) )
{
CD_ERROR("Could not load '%s' environment.\n",fullEnvString.c_str());
return false;
return 1;
}
CD_SUCCESS("Loaded '%s' environment.\n",fullEnvString.c_str());
}
Expand Down

0 comments on commit 2e3916e

Please sign in to comment.