Make notify failure silent #4932

This commit is contained in:
Jerry (Xinyu Hou) 2015-10-30 12:43:28 -07:00
parent bdc02677ec
commit 382607129c
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 {
throw XSynergy("Invalid credentials.");
LOG((CLOG_WARN "notify activation failed"));
}
}