Index: trunk/ippTools/src/camtool.c
===================================================================
--- trunk/ippTools/src/camtool.c	(revision 12058)
+++ trunk/ippTools/src/camtool.c	(revision 12093)
@@ -137,6 +137,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
+        psTrace("camtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -207,6 +206,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending chipProcessedImfile rows found");
+        psTrace("camtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -367,5 +365,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found");
+        psTrace("camtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -502,6 +500,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no camProcessedExp rows found");
+        psTrace("camtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -593,6 +590,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no camMask rows found");
+        psTrace("camtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
