add a bit of extra pc92 check debugging

This commit is contained in:
Dirk Koopman 2007-11-16 18:04:16 +00:00
parent 3ed951e9fc
commit bf54094816
2 changed files with 2 additions and 1 deletions

View 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')) {

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '182';
$build = '183';
1;