Revision: 29703
          http://sourceforge.net/p/bibdesk/svn/29703
Author:   hofman
Date:     2025-10-11 13:59:24 +0000 (Sat, 11 Oct 2025)
Log Message:
-----------
fix exception string

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingServer.m

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2025-10-10 18:24:15 UTC (rev 29702)
+++ trunk/bibdesk/BDSKSharingServer.m   2025-10-11 13:59:24 UTC (rev 29703)
@@ -655,7 +655,7 @@
 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
         NSPort *receivePort = [NSSocketPort port];
         if([[NSSocketPortNameServer sharedInstance] registerPort:receivePort 
name:sharingName] == NO)
-            @throw [NSString stringWithFormat:@"*** BDSKSharingDOServer: 
Unable to register, socket port = %p, name = '%@'", receivePort, sharingName];
+            @throw [NSString stringWithFormat:@"*** BDSKAsyncSharingServer: 
Unable to register, socket port = %p, name = '%@'", receivePort, sharingName];
         
         // find out what port was chosen for us
         struct sockaddr *address = (struct sockaddr *)[[(NSSocketPort 
*)receivePort address] bytes];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to