Hi,

Thanks to all the developers for all their work on backuppc.

I noticed in the backup logs that in the summary if the number of a type
of error is 0, then the errors will show as blank space instead of zero. 
This can be fixed by doing something similar to the following before line
967 in BackupPC_dump:

foreach my $k (keys(%stat)) {
    if ($stat{$k} =~ /^$/) {
        %stat{$k} = 0;
    }
}

Thanks,

Bill


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to