improve debugging for loops and route errors
[spider.git] / perl / DXCommandmode.pm
index 4091d9e4181df81a6d79527942f19f54f69d4847..506eea597e12e1fee6e362e7d51c78efceacc1c1 100644 (file)
@@ -649,7 +649,7 @@ sub disconnect
 #              @rout = $main::routeroot->del_user($uref);
                @rout = DXProt::_del_thingy($main::routeroot, [$call, 0]);
 
-               dbg("B/C PC17 on $main::mycall for: $call") if isdbg('route');
+               dbg("B/C PC17 on $main::mycall for: $call") if isdbg('route');
 
                # issue a pc17 to everybody interested
                $main::me->route_pc17($main::mycall, undef, $main::routeroot, $uref);