Revision: 76548
          http://sourceforge.net/p/brlcad/code/76548
Author:   brlcad
Date:     2020-07-28 06:24:10 +0000 (Tue, 28 Jul 2020)
Log Message:
-----------
use argv0

Modified Paths:
--------------
    brlcad/trunk/src/util/asc-plot3.c

Modified: brlcad/trunk/src/util/asc-plot3.c
===================================================================
--- brlcad/trunk/src/util/asc-plot3.c   2020-07-28 06:23:56 UTC (rev 76547)
+++ brlcad/trunk/src/util/asc-plot3.c   2020-07-28 06:24:10 UTC (rev 76548)
@@ -98,7 +98,7 @@
        }
     }
     if (isatty(fileno(fp[FP_OUT]))) {
-       bu_log("asc-plot3: Will not write to a TTY\n");
+       bu_log("%s: Will not write to a TTY\n", argv[0]);
        printusage();
        return 1;
     }

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