Change notify failure log level #4932
This commit is contained in:
parent
382607129c
commit
10e3917b61
|
@ -222,6 +222,6 @@ ToolApp::notifyActivation()
|
||||||
std::cout << ARCH->internet().get(ss.str()) << std::endl;
|
std::cout << ARCH->internet().get(ss.str()) << std::endl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LOG((CLOG_WARN "notify activation failed"));
|
LOG((CLOG_DEBUG "notify activation failed"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue