--- parse_omni.pl 2002/09/10 08:12:17 1.2 +++ parse_omni.pl 2002/09/10 17:43:19 1.3 @@ -67,7 +67,7 @@ $media++; } elsif ($type !~ m/=+/) { # don't report this on header! - print STDERR "unknown type: $type"; + print STDERR "unknown type: '$type'\n"; } } close(O); @@ -94,7 +94,7 @@ my $other; foreach (keys %backup) { - print STDERR "other backup: -->$_<--\n" if ($debug); + print STDERR "unknown status backup: '$_'\n"; $other += $backup{$_}; } print $other || "0\n"; @@ -103,7 +103,7 @@ undef $other; foreach (keys %restore) { - print STDERR "other restore -->$_<--\n" if ($debug); + print STDERR "unkwown status restore: '$_'\n"; $other += $restore{$_}; } print $other || "0\n";