--- trunk/bin/BackupPC_updatedb 2005/08/20 11:24:55 44 +++ trunk/bin/BackupPC_updatedb 2005/08/20 11:39:05 45 @@ -294,7 +294,7 @@ my @param = ($shareID,$path,$name,$date,$size); $sth->{file_in_db}->execute(@param); my ($rows) = $sth->{file_in_db}->fetchrow_array(); -# print STDERR ( $rows ? '+' : '-' ), join(" ",@param), "\n"; + print STDERR "## found_in_db ",( $rows ? '+' : '-' ), join(" ",@param), "\n" if ($debug >= 3); return $rows; } @@ -313,6 +313,7 @@ { # scope my @stack; + print STDERR "# dirAttrib($backupNum, $share, $dir)\n" if ($debug >= 2); my $filesInBackup = $files->dirAttrib($backupNum, $share, $dir); # first, add all the entries in current directory