summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkernel/xpp/utils/zapconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/utils/zapconf b/kernel/xpp/utils/zapconf
index 7f94f6b..78a20b9 100755
--- a/kernel/xpp/utils/zapconf
+++ b/kernel/xpp/utils/zapconf
@@ -166,7 +166,7 @@ sub gen_zaptel_signalling($) {
printf "# channel %d, %s, no module.\n", $num, $chan->fqn;
return;
}
- my $sig = $default_zaptel_signalling{$type} || die "unknown default zaptel signalling for chan $chan type $type";
+ my $sig = $default_zaptel_signalling{$type} || die "unknown default zaptel signalling for chan $num type $type";
if ($type eq 'IN') {
printf "# astbanktype: input\n";
} elsif ($type eq 'OUT') {