Revision: 54084
http://brlcad.svn.sourceforge.net/brlcad/?rev=54084&view=rev
Author: carlmoore
Date: 2012-12-18 15:15:16 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
improve the error message -- it now shows the directory & file name attempted
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/dsp/dsp.c
Modified: brlcad/trunk/src/librt/primitives/dsp/dsp.c
===================================================================
--- brlcad/trunk/src/librt/primitives/dsp/dsp.c 2012-12-18 04:00:03 UTC (rev
54083)
+++ brlcad/trunk/src/librt/primitives/dsp/dsp.c 2012-12-18 15:15:16 UTC (rev
54084)
@@ -4089,7 +4089,8 @@
bu_open_mapped_file_with_path(dbip->dbi_filepath,
bu_vls_addr(&dsp_ip->dsp_name), "dsp");
if (!mf) {
- bu_log("mapped file open failed\n");
+ bu_log("mapped file open failure: %s/%s\n",
+ *dbip->dbi_filepath,bu_vls_addr(&dsp_ip->dsp_name));
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits