Index: trunk/ippTools/src/pxframes.c
===================================================================
--- trunk/ippTools/src/pxframes.c	(revision 6341)
+++ trunk/ippTools/src/pxframes.c	(revision 6415)
@@ -82,5 +82,5 @@
         config->where, MAX_ROWS); \
     if (!exposures) { \
-        psError(PS_ERR_UNKNOWN, false, "no exptype rows found"); \
+        psError(PS_ERR_UNKNOWN, false, "no " #exptype " rows found"); \
  \
         return NULL; \
@@ -101,5 +101,5 @@
         psFree(where); \
         if (!images) { \
-            psError(PS_ERR_UNKNOWN, false, "no imfiletype rows found"); \
+            psError(PS_ERR_UNKNOWN, false, "no " #imfiletype " rows found"); \
             psFree(allFrames); \
  \
