Index: trunk/ippTools/src/warptool.c
===================================================================
--- trunk/ippTools/src/warptool.c	(revision 12076)
+++ trunk/ippTools/src/warptool.c	(revision 12093)
@@ -341,5 +341,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -430,5 +430,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -532,5 +532,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -722,5 +722,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no warpSkyCellMap rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -820,5 +820,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no warpPendingSkyCell rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -1108,5 +1108,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no warpSkyfile rows found");
+        psTrace("warptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
