adjust loading string in previous commit to be more accurate
This commit is contained in:
parent
7d6a4b00d2
commit
e1ab5818af
|
@ -576,7 +576,7 @@ Config::parse(int argc,
|
|||
|
||||
// TODO 0 = good -1 = bad
|
||||
std::string fname = cfgd_dir_name + dir->d_name;
|
||||
printf("Loading configuration file at %s\n", fname.c_str());
|
||||
printf("Loading auxilary configuration file at %s\n...", fname.c_str());
|
||||
if (_loadFile(fname.c_str()) != 0)
|
||||
{
|
||||
printf("Failed to parse configuration at %s\n", fname.c_str());
|
||||
|
|
Loading…
Reference in New Issue