projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d7aa7
)
- add more debugging messages
author
Andreas Scherbaum
<andreas@scherbaum.biz>
Sun, 26 Feb 2012 21:48:20 +0000
(22:48 +0100)
committer
Andreas Scherbaum
<andreas@scherbaum.biz>
Sun, 26 Feb 2012 21:48:20 +0000
(22:48 +0100)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/docbot.pl
index 7763353df5f263ce1f9796168b87d70000a45ab4..845618168a2340c5888f08bc6febc416fa2737f9 100755
(executable)
--- 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);
}