fix sort15 typo in DXProtHandle
authorDirk Koopman <djk@tobit.co.uk>
Tue, 21 Dec 2021 20:45:48 +0000 (20:45 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 21 Dec 2021 20:45:48 +0000 (20:45 +0000)
perl/DXProtHandle.pm

index b22fea82586a2bd75f75a48bb9f922a50728e89c..84afd64de0bfc477eec52849f8d84190e94798b1 100644 (file)
@@ -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 {