*** empty log message ***

This commit is contained in:
cyeh%netscape.com 1998-09-08 21:34:22 +00:00
parent 4add78c3ba
commit bb8cc4132a

View File

@ -68,7 +68,7 @@ sub write_file {
open(OUT, ">$prefs");
print OUT $contents;
close(OUT);
print STDERR "$progname: wrote $prefs\n";
# print STDERR "$progname: wrote $prefs\n";
}
sub get_pref {
@ -131,10 +131,10 @@ sub set_bomb {
set_indirected_bomb(0);
print STDERR sprintf("%s: timebomb goes off in %2d days (%s)\n",
$progname, $bomb_days, ctime($bomb));
print STDERR sprintf("%s: warning goes off in %2d days (%s)\n",
$progname, $warning_days, ctime($warn));
# print STDERR sprintf("%s: timebomb goes off in %2d days (%s)\n",
# $progname, $bomb_days, ctime($bomb));
# print STDERR sprintf("%s: warning goes off in %2d days (%s)\n",
# $progname, $warning_days, ctime($warn));
}
sub main {