Revision: 55114
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55114&view=rev
Author:   carlmoore
Date:     2013-04-10 19:39:22 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
shorten the error messages

Modified Paths:
--------------
    brlcad/trunk/src/util/pix-png.c

Modified: brlcad/trunk/src/util/pix-png.c
===================================================================
--- brlcad/trunk/src/util/pix-png.c     2013-04-10 17:46:24 UTC (rev 55113)
+++ brlcad/trunk/src/util/pix-png.c     2013-04-10 19:39:22 UTC (rev 55114)
@@ -117,9 +117,9 @@
     if (ttyin && ttyout && argc == 1)
        return 0; /* usage */ /* running the command with no arguments (AND no 
file pipes) */
     if (ttyin)
-       bu_log("ERROR: %s will not read pix data from a tty\n", 
bu_getprogname());
+       bu_log("%s: will not read pix data from a tty\n", bu_getprogname());
     if (ttyout)
-       bu_log("ERROR: %s will not write png data to a tty\n", 
bu_getprogname());
+       bu_log("%s: will not write png data to a tty\n", bu_getprogname());
     if ( ttyin || ttyout )
        return 0; /* usage */
     if (argc > ++bu_optind) {

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to