]> dxspider.org Git - spider.git/commitdiff
adjust notext dedupe comment
authorDirk Koopman <djk@tobit.co.uk>
Thu, 13 Mar 2025 16:58:17 +0000 (16:58 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 13 Mar 2025 16:58:17 +0000 (16:58 +0000)
perl/Spot.pm

index 0a3baf7e17db75d1c23a7015e19409411b66bcc0..4c88e0b15d7da69721e69f9fd02ca58507bd3c8f 100644 (file)
@@ -567,7 +567,7 @@ sub dup_add
                $ldupkey = "X$call|$by|$qrg";
                $t = DXDupe::find($ldupkey);
                $storet = !$t && !$just_find ? ' STORE=>'.htime($main::systime+$store_nocomment) :'';
-               dbg("Spot::add_dup: $check (NOTEXT)  ldupkey $ldupkey $storet". ($t?(' (DUPE=>'.htime($t)) :'')) if isdbg('spotdup');
+               dbg("Spot::add_dup: $check (NOTEXT)    ldupkey $ldupkey $storet". ($t?(' (DUPE=>'.htime($t)) :'')) if isdbg('spotdup');
                # see above
                if ($t > 0) {
 #                              DXDupe::add($ldupkey, $main::systime+$dupage) unless $just_find;