summaryrefslogtreecommitdiff
path: root/remoting/host/usage_stats_consent_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/usage_stats_consent_win.cc')
-rw-r--r--remoting/host/usage_stats_consent_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/usage_stats_consent_win.cc b/remoting/host/usage_stats_consent_win.cc
index d06cfb1bee..bacab67a1a 100644
--- a/remoting/host/usage_stats_consent_win.cc
+++ b/remoting/host/usage_stats_consent_win.cc
@@ -86,8 +86,7 @@ bool SetUsageStatsConsent(bool allowed) {
}
}
- LOG_GETLASTERROR(ERROR)
- << "Failed to record the user's consent to crash dump reporting";
+ PLOG(ERROR) << "Failed to record the user's consent to crash dump reporting";
return false;
}