Index: trunk/psLib/src/image/psImageIO.c
===================================================================
--- trunk/psLib/src/image/psImageIO.c	(revision 2911)
+++ trunk/psLib/src/image/psImageIO.c	(revision 2962)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-05 21:16:14 $
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-12 22:17:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,4 +19,5 @@
 #include "psError.h"
 #include "psMemory.h"
+#include "psLogMsg.h"
 
 #include "psImageErrors.h"
@@ -46,4 +47,6 @@
     psS32 datatype = 0;
 
+    psLogMsg(__func__,PS_LOG_WARN, "psImageReadSection is deprecated.  Consider using psFitsReadImage instead.");
+
     if (filename == NULL) {
         psError(PS_ERR_BAD_PARAMETER_NULL, true,
@@ -240,4 +243,6 @@
     double bzero = 0.0;
     psBool createNewHDU = false;
+
+    psLogMsg(__func__,PS_LOG_WARN, "psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.");
 
     /* need a valid image to write */
