config.cpp

changeset 99
920d51fec412
parent 78
c190fe218506
child 104
6e29bb0e83c5
--- 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");
 	

mercurial