- notices removed from sql
[BackupPC.git] / bin / BackupPC_incPartsUpdate
index 72a5ba0..690795a 100755 (executable)
@@ -418,7 +418,7 @@ while (my $row = $sth->fetchrow_hashref) {
        # this will return -1 if file doesn't exist
        my $size = BackupPC::SearchLib::get_tgz_size_by_name($tar_file);
 
-       print "# size: $size backup.size: ", $row->{inc_size},"\n" if ($opt{d});
+       print "# host: ".${row->{host}}.", share: ".$row->{'share'}.", backup_num:".$row->{num}." size: $size backup.size: ", $row->{inc_size},"\n" if ($opt{d});
 
        if ( $row->{'inc_size'} != -1 && $size != -1 && $row->{'inc_size'} >= $size && $row->{parts} == $row->{backup_parts}) {
                if ($check) {