Minor logging change
authorpnixon <pnixon>
Wed, 24 Nov 2004 14:38:40 +0000 (14:38 +0000)
committerpnixon <pnixon>
Wed, 24 Nov 2004 14:38:40 +0000 (14:38 +0000)
src/billing/h323detail2db.pl

index b63160b..fd2bb0e 100755 (executable)
@@ -403,7 +403,7 @@ sub main {
        } elsif ($quiet) { $verbose -= $quiet; }
        &procedure_set($opt_p);
        if ($opt_d) { 
-               if ($verbose > 0) { print "DEBUG: Using database \"$opt_d\" instead of default database \"$database\"\n"; }
+               if ($verbose > 0) { print "Using database \"$opt_d\" instead of default database \"$database\"\n"; }
                $database = $opt_d;
        }