From: dpavlin Date: Sat, 28 Jan 2006 19:49:18 +0000 (+0000) Subject: be chatty on debug level 3 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=9cb8eb2c382eac305e8210d450694b337b5ca1e2 be chatty on debug level 3 git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@305 8392b6e1-25fa-0310-8288-cc32f8e212ea --- diff --git a/bin/BackupPC_updatedb b/bin/BackupPC_updatedb index d62110e..b052b33 100755 --- a/bin/BackupPC_updatedb +++ b/bin/BackupPC_updatedb @@ -222,6 +222,7 @@ sub hest_update { $doc->add_attr('@uri', $uri); foreach my $c (@{ $sth->{NAME} }) { + print STDERR "attr $c = $row->{$c}\n" if ($debug > 2); $doc->add_attr($c, $row->{$c}) if (defined($row->{$c})); }