Index: trunk/psModules/src/objects/pmSourceIO_RAW.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 10182)
+++ trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 10421)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-24 20:57:26 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-03 18:48:10 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -67,5 +67,5 @@
     f = fopen (filename, "w");
     if (f == NULL) {
-        psLogMsg (__func__, 3, "can't open output file for PSFs: %s\n", filename);
+        psLogMsg (__func__, 3, "can't open output file for PSF sources: %s\n", filename);
         return false;
     }
@@ -126,5 +126,5 @@
     f = fopen (filename, "w");
     if (f == NULL) {
-        psLogMsg ("pmModelWriteEXTs", 3, "can't open output file for moments%s\n", filename);
+        psLogMsg ("pmModelWriteEXTs", 3, "can't open output file for EXT sources: %s\n", filename);
         return false;
     }
@@ -185,5 +185,5 @@
     f = fopen (filename, "w");
     if (f == NULL) {
-        psLogMsg ("DumpObjects", 3, "can't open output file for moments%s\n", filename);
+        psLogMsg ("DumpObjects", 3, "can't open output file for NULL sources: %s\n", filename);
         return false;
     }
@@ -230,5 +230,5 @@
     f = fopen (filename, "w");
     if (f == NULL) {
-        psLogMsg ("pmMomentsWriteText", 3, "can't open output file for moments%s\n", filename);
+        psLogMsg ("pmMomentsWriteText", 3, "can't open output file for moments: %s\n", filename);
         return false;
     }
