Updates to Installation Manual
[spider.git] / perl / Route / User.pm
index adb2bbd17f25e5395aed9bffd189d3b5ca7d3e86..d492c27bf7769050d20878c7279f9ef4f7d90512 100644 (file)
@@ -66,7 +66,9 @@ sub get
 {
        my $call = shift;
        $call = shift if ref $call;
-       return $list{uc $call};
+       my $ref = $list{uc $call};
+       dbg("Failed to get User $call" ) if !$ref && isdbg('routerr');
+       return $ref;
 }
 
 sub addparent