Revision: 56816
http://sourceforge.net/p/brlcad/code/56816
Author: mohitdaga
Date: 2013-08-13 22:25:19 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
use bu_log instead of fprintf for showing up error messages.
Modified Paths:
--------------
brlcad/trunk/src/util/bwrect.c
brlcad/trunk/src/util/pixrect.c
Modified: brlcad/trunk/src/util/bwrect.c
===================================================================
--- brlcad/trunk/src/util/bwrect.c 2013-08-13 21:46:42 UTC (rev 56815)
+++ brlcad/trunk/src/util/bwrect.c 2013-08-13 22:25:19 UTC (rev 56816)
@@ -101,7 +101,7 @@
}
if (argc > ++bu_optind) {
- fprintf(stderr, "bwfilter: excess argument(s) ignored\n");
+ bu_log("bwrect: excess argument(s) ignored\n");
}
return 1;
Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c 2013-08-13 21:46:42 UTC (rev 56815)
+++ brlcad/trunk/src/util/pixrect.c 2013-08-13 22:25:19 UTC (rev 56816)
@@ -104,7 +104,7 @@
}
if (argc > ++bu_optind) {
- fprintf(stderr, "pixrect: excess argument(s) ignored\n");
+ bu_log("pixrect: excess argument(s) ignored\n");
}
return 1;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits