print a small log message with the config file name

This commit is contained in:
ps 2011-01-06 22:55:59 +00:00
parent bd26b9cb2a
commit b8e6af28fe
4 changed files with 23 additions and 2 deletions

View file

@ -74,6 +74,7 @@ class Utils
#endif //WIN32
//misc
static string get_canonical_filename(string);
static bool file_exists(string);
static bool dir_exists(string);
static string errnotostrerror(int);