Skip to content

Commit

Permalink
Fix for issue robotology#975 - Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bhigy committed Dec 2, 2016
1 parent befeeb7 commit 411d00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libYARP_dev/src/Drivers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class DriversHelper : public YarpPluginSelector {
settings.open(lib);
ConstString location = lib.getName().c_str();
if (location=="") {
// A wrong library name ends up with empty location
yWarning("Wrong library name for plugin %s", name.c_str());
continue;
}
Expand Down

0 comments on commit 411d00a

Please sign in to comment.