*** empty log message ***

git-svn-id: svn://10.0.0.236/trunk@9545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1998-09-08 21:34:22 +00:00
parent ad616e2ae7
commit bacc204129

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 {