--- parse_omni.pl 2002/09/10 08:12:17 1.2 +++ parse_omni.pl 2002/09/10 18:09:24 1.4 @@ -25,6 +25,7 @@ # '------------------' output width 'In Progress', 'In Progress/Failur', + 'In Progress/Errors', 'Queuing', 'Aborted', 'Failed', @@ -67,7 +68,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 +95,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 +104,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";