This commit is contained in:
cyeh%netscape.com 1998-09-08 21:34:22 +00:00
Родитель 51ce5af2d9
Коммит 796f3921c6
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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 {