Change notify failure log level #4932

This commit is contained in:
Jerry (Xinyu Hou) 2015-10-30 13:42:05 -07:00
parent 382607129c
commit 10e3917b61
1 changed files with 1 additions and 1 deletions

View File

@ -222,6 +222,6 @@ ToolApp::notifyActivation()
std::cout << ARCH->internet().get(ss.str()) << std::endl;
}
else {
LOG((CLOG_WARN "notify activation failed"));
LOG((CLOG_DEBUG "notify activation failed"));
}
}