add a bit of extra pc92 check debugging
authorDirk Koopman <djk@tobit.co.uk>
Fri, 16 Nov 2007 18:04:16 +0000 (18:04 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 16 Nov 2007 18:04:16 +0000 (18:04 +0000)
perl/DXProtHandle.pm
perl/Version.pm

index b6f4473d5c7bf2f1e75da328621a7a021a173fb0..0d046f50f5ea41ff8b4bf27c5c5d005e87cb1205 100644 (file)
@@ -1530,6 +1530,7 @@ sub check_pc9x_t
        } elsif ($create) {
                $parent = Route::Node->new($call);
        } else {
+               dbg("PCPROT: $call does not exist, ignored") if isdbg('pc92dedupe');
                return undef;
        }
        if (isdbg('pc92dedupe')) {
index 3e165a52de27eae7c38fef0579194d3b9663fabb..2dcc345c11ddde32e50bc1d4b221b6d25658423e 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '182';
+$build = '183';
 
 1;