| Index: base/base_paths_linux.cc
|
| ===================================================================
|
| --- base/base_paths_linux.cc (revision 106858)
|
| +++ base/base_paths_linux.cc (working copy)
|
| @@ -83,8 +83,8 @@
|
| *result = path;
|
| return true;
|
| } else {
|
| - LOG(WARNING) << "CR_SOURCE_ROOT is set, but it appears to not "
|
| - << "point to the correct source root directory.";
|
| + DLOG(WARNING) << "CR_SOURCE_ROOT is set, but it appears to not "
|
| + << "point to the correct source root directory.";
|
| }
|
| }
|
| // On POSIX, unit tests execute two levels deep from the source root.
|
| @@ -113,8 +113,8 @@
|
| *result = path;
|
| return true;
|
| }
|
| - LOG(ERROR) << "Couldn't find your source root. "
|
| - << "Try running from your chromium/src directory.";
|
| + DLOG(ERROR) << "Couldn't find your source root. "
|
| + << "Try running from your chromium/src directory.";
|
| return false;
|
| }
|
| case base::DIR_CACHE:
|
|
|