|
a/src/common/rclinit.cpp |
|
b/src/common/rclinit.cpp |
|
... |
|
... |
90 |
int lev = atoi(loglevel.c_str());
|
90 |
int lev = atoi(loglevel.c_str());
|
91 |
DebugLog::getdbl()->setloglevel(lev);
|
91 |
DebugLog::getdbl()->setloglevel(lev);
|
92 |
}
|
92 |
}
|
93 |
|
93 |
|
94 |
// Make sure the locale is set. This is only for converting file names
|
94 |
// Make sure the locale is set. This is only for converting file names
|
95 |
// to utf8 for indexation.
|
95 |
// to utf8 for indexing.
|
96 |
setlocale(LC_CTYPE, "");
|
96 |
setlocale(LC_CTYPE, "");
|
97 |
|
97 |
|
98 |
return config;
|
98 |
return config;
|
99 |
}
|
99 |
}
|
100 |
|
100 |
|