From: Andreas Scherbaum Date: Sun, 26 Feb 2012 21:48:20 +0000 (+0100) Subject: - add more debugging messages X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8bbb2c05d94a91efb05f160f90c70557a742ead3;p=docbot.git - add more debugging messages --- diff --git a/docbot.pl b/docbot.pl index 7763353..8456181 100755 --- a/docbot.pl +++ b/docbot.pl @@ -315,6 +315,7 @@ sub init_config { sub read_config { my $config_file = shift; + print_msg("Read configuration file: $config_file", DEBUG); $main::config->read_config($config_file); validate_config(); @@ -437,7 +438,7 @@ sub validate_config { # FIXME: check if sessions per channel really exist in session definition # FIXME: check maximum number of channels - + print_msg("Configuration validated", DEBUG); }