From: Dirk Koopman Date: Tue, 21 Dec 2021 20:45:48 +0000 (+0000) Subject: fix sort15 typo in DXProtHandle X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=efe672a9629651117e499b23065afcb981e5083d;p=spider.git fix sort15 typo in DXProtHandle --- diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index b22fea82..84afd64d 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1559,7 +1559,7 @@ sub _add_thingy } else { $user->sort('A'); } - dbg("PCProt::_add_thingy node $call sort updated " . $user->sort15); + dbg("PCProt::_add_thingy node $call sort updated " . $user->sort); } } } else {