Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 12058)
+++ trunk/ippTools/src/chiptool.c	(revision 12093)
@@ -263,6 +263,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no chipPendingImfile rows found");
+        psTrace("chiptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -522,6 +521,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no chipProcessedImfile rows found");
+        psTrace("chiptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -614,6 +612,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no chipMask rows found");
+        psTrace("chiptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -718,6 +715,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no chipPendingExp rows found");
+        psTrace("chiptool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
