Skip to content

Commit

Permalink
specify path found by rf
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Dec 4, 2019
1 parent 791487f commit d493448
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ class OpenraveYarpPluginLoader : public OpenRAVE::ModuleBase

if ( !GetEnv()->Load(fullEnvString.c_str()) )
{
CD_ERROR("Could not load '%s' environment.\n",envString.c_str());
CD_ERROR("Could not load '%s' environment.\n",fullEnvString.c_str());
return false;
}
CD_SUCCESS("Loaded '%s' environment.\n",envString.c_str());
CD_SUCCESS("Loaded '%s' environment.\n",fullEnvString.c_str());
}
}

Expand Down

0 comments on commit d493448

Please sign in to comment.