Print the path to the configuration file being used if -v is passed.

This commit is contained in:
Frits van Bommel
2009-06-07 17:20:55 +02:00
parent 96650855ed
commit f76870f255
3 changed files with 14 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
}
}
// save config file path for -v output
pathstr = p.toString();
try
{
// read the cfg