summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-12-30 21:39:31 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-12-30 21:39:31 +0000
commitebb4b2074333148136b21d46c27b26d5b4c883c5 (patch)
treec47c0c16207aca2f439b9b9ff57b623ff8162686
parentlog server debug output to a file (diff)
downloadscire-ebb4b2074333148136b21d46c27b26d5b4c883c5.tar.gz
scire-ebb4b2074333148136b21d46c27b26d5b4c883c5.tar.bz2
scire-ebb4b2074333148136b21d46c27b26d5b4c883c5.zip
debug statement
svn path=/branches/new-fu/; revision=285
-rwxr-xr-xserver/scireserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/scireserver.pl b/server/scireserver.pl
index 3c39b8c..4b80497 100755
--- a/server/scireserver.pl
+++ b/server/scireserver.pl
@@ -97,7 +97,7 @@ sub read_config_file {
}
}
close(FH) or die("Couldn't close the config file ${conf_file}: $!");
-# print "Conf file $conf_file read.\n";
+ debug("Conf file $conf_file read.");
}