--- a/config.cpp Thu Apr 11 02:26:14 2013 +0300 +++ b/config.cpp Thu Apr 11 17:15:01 2013 +0300 @@ -65,6 +65,8 @@ // ============================================================================= // Load the configuration from file bool config::load () { + printf ("config::load: loading configuration file.\n"); + // Locale must be disabled for atof setlocale (LC_NUMERIC, "C");