From e03572bb51a1ab00ed6be9bc8286354fba91bfa4 Mon Sep 17 00:00:00 2001 From: djk Date: Fri, 16 Jul 1999 11:12:52 +0000 Subject: [PATCH] removed bare word chan --- perl/cluster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/cluster.pl b/perl/cluster.pl index 9c002766..5ce5203d 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -257,7 +257,7 @@ sub process_inqueue die "\$user not defined for $call" if !defined $user; if ($error) { - dbg(chan, "DROPPED with $error duff characters"); + dbg('chan', "DROPPED with $error duff characters"); } else { # normal input $dxchan->normal($line); -- 2.34.1