Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[debug] set default log level to Warning instead of Error
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Mar 17, 2015
1 parent 5e336c8 commit 1b1093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug.cpp
Expand Up @@ -15,7 +15,7 @@ namespace qtaround { namespace debug {

namespace {

int current_level = static_cast<int>(Level::Error);
int current_level = static_cast<int>(Level::Warning);
std::mutex mutex;
bool is_init = false;

Expand Down

0 comments on commit 1b1093c

Please sign in to comment.