Skip to content

Commit

Permalink
Merge pull request #20 from burlog/master
Browse files Browse the repository at this point in the history
don't log after startup
  • Loading branch information
burlog committed Oct 23, 2015
2 parents 5adab27 + 18d8682 commit 1c2fd36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ static class Initializer_t {
mc::logger = (mc::log_function_t)(dbglog);
} else {
mc::logger = (mc::log_function_t)(stderrLogger);
LOG(INFO3, "DbgLog not found, using stderr logger.");
}
}
} initializer;
Expand Down

0 comments on commit 1c2fd36

Please sign in to comment.