X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=c39b52e1da6b004982c92f667faa25d5ffc20705;hb=c7abd10080945488d7ea9d850aba2a8b565b4c57;hp=942f6faa61742fa5ace3edcb91630d176eab4b43;hpb=b29626c537438016f7221c667628d5e49b9f4fce;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 942f6faa..c39b52e1 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1603,7 +1603,7 @@ sub _add_thingy $user = DXUser::get($call); unless ($user) { $user = DXUser->new($call); - dbg("PCProt::_add_thingy new user $call"); + dbg("PCProt::_add_thingy new user $call") if isdbg('route'); } } if ($is_node) { @@ -1622,7 +1622,7 @@ sub _add_thingy } else { $user->sort('A'); } - dbg("PCProt::_add_thingy node $call sort updated " . $user->sort); + dbg("PCProt::_add_thingy node $call sort updated " . $user->sort) if isdbg('route'); } } } else {