Index: base/shared_memory_win.cc |
=================================================================== |
--- base/shared_memory_win.cc (revision 106858) |
+++ base/shared_memory_win.cc (working copy) |
@@ -206,7 +206,7 @@ |
name.append(L"lock"); |
lock_ = CreateMutex(sec_attr, FALSE, name.c_str()); |
if (lock_ == NULL) { |
- PLOG(ERROR) << "Could not create mutex."; |
+ DPLOG(ERROR) << "Could not create mutex."; |
return false; // there is nothing good we can do here. |
} |
} |