mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Change notify failure log level #4932
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user