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

Unified Diff: remoting/host/host_main.cc

Issue 281223002: Removed LOG_GETLASTERROR and LOG_ERRNO macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 05/14/2014 11:20:03.21 Created 6 years, 7 months 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/host_event_logger_win.cc ('k') | remoting/host/input_injector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_main.cc
diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
index 9a19b46fb69952c624d948d5649f3f3e07bb36b8..7312e131be185ba77912f5fadf876d78e00b5483 100644
--- a/remoting/host/host_main.cc
+++ b/remoting/host/host_main.cc
@@ -119,7 +119,7 @@ int RunElevated() {
if (!ShellExecuteEx(&info)) {
DWORD exit_code = GetLastError();
- LOG_GETLASTERROR(ERROR) << "Unable to launch '" << binary.value() << "'";
+ PLOG(ERROR) << "Unable to launch '" << binary.value() << "'";
return exit_code;
}
« no previous file with comments | « remoting/host/host_event_logger_win.cc ('k') | remoting/host/input_injector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698