Skip to content

Commit

Permalink
OS: Fix extra verbose output bug introduced by fc610cc
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Apr 9, 2018
1 parent fc610cc commit 1cbc148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libYARP_OS/src/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace yarp::os::impl;
using namespace yarp::os;

Logger& Logger::get() {
static Logger instance;
static Logger instance("yarp");
return instance;
}

Expand Down

0 comments on commit 1cbc148

Please sign in to comment.