|
a/src/common/rclinit.cpp |
|
b/src/common/rclinit.cpp |
|
... |
|
... |
75 |
}
|
75 |
}
|
76 |
}
|
76 |
}
|
77 |
|
77 |
|
78 |
DebugLog::getdbl()->setloglevel(DEBDEB1);
|
78 |
DebugLog::getdbl()->setloglevel(DEBDEB1);
|
79 |
DebugLog::setfilename("stderr");
|
79 |
DebugLog::setfilename("stderr");
|
|
|
80 |
if (getenv("RECOLL_LOGDATE"))
|
|
|
81 |
DebugLog::getdbl()->logdate(1);
|
|
|
82 |
|
80 |
RclConfig *config = new RclConfig(argcnf);
|
83 |
RclConfig *config = new RclConfig(argcnf);
|
81 |
if (!config || !config->ok()) {
|
84 |
if (!config || !config->ok()) {
|
82 |
reason = "Configuration could not be built:\n";
|
85 |
reason = "Configuration could not be built:\n";
|
83 |
if (config)
|
86 |
if (config)
|
84 |
reason += config->getReason();
|
87 |
reason += config->getReason();
|