| Index: courgette/courgette_tool.cc
|
| diff --git a/courgette/courgette_tool.cc b/courgette/courgette_tool.cc
|
| index 6b2e14e4502599317bd624989e8cc75ff8b60b9e..41dc1f04aa92a9ca8e15fc276fc880eb250300bd 100644
|
| --- a/courgette/courgette_tool.cc
|
| +++ b/courgette/courgette_tool.cc
|
| @@ -405,7 +405,8 @@ int main(int argc, const char* argv[]) {
|
| logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG,
|
| logging::LOCK_LOG_FILE,
|
| logging::APPEND_TO_OLD_LOG_FILE,
|
| - logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
|
| + logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS,
|
| + logging::DISABLE_DLOG_FOR_NON_OFFICIAL_RELEASE_BUILDS);
|
| logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
|
|
| bool cmd_dis = command_line.HasSwitch("dis");
|
|
|