Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2769)

Unified Diff: remoting/host/linux/x_server_clipboard.cc

Issue 86523005: Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the presubmit check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/it2me/it2me_host.cc ('k') | remoting/host/pam_authorization_factory_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/x_server_clipboard.cc
diff --git a/remoting/host/linux/x_server_clipboard.cc b/remoting/host/linux/x_server_clipboard.cc
index 80be6cff38e2db32349577017943a356f54804c6..1b70b2183a93bfe61cc8d35652461496dd395681 100644
--- a/remoting/host/linux/x_server_clipboard.cc
+++ b/remoting/host/linux/x_server_clipboard.cc
@@ -8,8 +8,8 @@
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/logging.h"
#include "remoting/base/constants.h"
+#include "remoting/base/logging.h"
#include "remoting/base/util.h"
namespace remoting {
@@ -46,7 +46,7 @@ void XServerClipboard::Init(Display* display,
int xfixes_error_base;
if (!XFixesQueryExtension(display_, &xfixes_event_base_,
&xfixes_error_base)) {
- LOG(INFO) << "X server does not support XFixes.";
+ HOST_LOG << "X server does not support XFixes.";
return;
}
« no previous file with comments | « remoting/host/it2me/it2me_host.cc ('k') | remoting/host/pam_authorization_factory_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698