Revision: 75852
          http://sourceforge.net/p/brlcad/code/75852
Author:   starseeker
Date:     2020-05-20 20:25:23 +0000 (Wed, 20 May 2020)
Log Message:
-----------
fix comments

Modified Paths:
--------------
    brlcad/trunk/regress/pkg/regress_pkg_client.cpp

Modified: brlcad/trunk/regress/pkg/regress_pkg_client.cpp
===================================================================
--- brlcad/trunk/regress/pkg/regress_pkg_client.cpp     2020-05-20 20:24:26 UTC 
(rev 75851)
+++ brlcad/trunk/regress/pkg/regress_pkg_client.cpp     2020-05-20 20:25:23 UTC 
(rev 75852)
@@ -97,7 +97,6 @@
     connection = pkg_open(server, s_port, "tcp", NULL, NULL, NULL, NULL);
     if (connection == PKC_ERROR) {
 
-       // Wait for up to 1 second
        while ((bu_gettime() - timer) < BU_SEC2USEC(10.0)) {
            // To avoid constant polling, sleep for a short interval
            bu_snooze(BU_SEC2USEC(0.1));
@@ -106,7 +105,7 @@
 
        if (connection == PKC_ERROR) {
            bu_log("Connection to %s, port %d, failed.\n", server, port);
-           bu_exit(-1, "ERROR: tried for 1 second - unable to open a 
connection to the server\n");
+           bu_exit(-1, "ERROR: unable to open a connection to the server\n");
        }
     }
     connection->pkc_switch = callbacks;

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to