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

Unified Diff: sandbox/win/src/target_services.cc

Issue 2859273005: change recent LOG() to DLOG() (Closed)
Patch Set: revert EOL-style change in previous patch Created 3 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 | « sandbox/win/src/heap_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/target_services.cc
diff --git a/sandbox/win/src/target_services.cc b/sandbox/win/src/target_services.cc
index 971047fb0488284e4cc05aa83ea283f8d7f26a4e..687fdd54b29d7364f781bcce0fe6cd1a476bd67a 100644
--- a/sandbox/win/src/target_services.cc
+++ b/sandbox/win/src/target_services.cc
@@ -55,7 +55,7 @@ bool FlushCachedRegHandles() {
bool CsrssDisconnectCleanup() {
HANDLE csr_port_heap = FindCsrPortHeap();
if (!csr_port_heap) {
- LOG(ERROR) << "Failed to find CSR Port heap handle";
+ DLOG(ERROR) << "Failed to find CSR Port heap handle";
return false;
}
HeapDestroy(csr_port_heap);
« no previous file with comments | « sandbox/win/src/heap_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698