| Index: monitor_reconfigure_main.cc
|
| diff --git a/monitor_reconfigure_main.cc b/monitor_reconfigure_main.cc
|
| index e0e07a3c2b51e3dbedd18297ab61436c7eff7249..4a8b0114911100ac47486c94bebc660b1c9efae5 100644
|
| --- a/monitor_reconfigure_main.cc
|
| +++ b/monitor_reconfigure_main.cc
|
| @@ -167,6 +167,10 @@ void MonitorReconfigureMain::Run() {
|
| } // end namespace monitor_reconfig
|
|
|
| int main(int argc, char** argv) {
|
| + logging::InitLogging(NULL,
|
| + logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
|
| + logging::DONT_LOCK_LOG_FILE,
|
| + logging::APPEND_TO_OLD_LOG_FILE);
|
| Display* display = XOpenDisplay(NULL);
|
| CHECK(display) << "Could not open display";
|
|
|
|
|