Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 12066)
+++ trunk/ippTools/src/dettool.c	(revision 12093)
@@ -196,5 +196,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -1117,5 +1117,5 @@
     }
     if (!psArrayLength(detrendExps)) {
-        psError(PS_ERR_UNKNOWN, true, "no rawExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(detrendExps);
         psFree(registered);
@@ -1686,5 +1686,5 @@
 
     if (!psArrayLength(runs)) {
-        psError(PS_ERR_UNKNOWN, false, "no detRun rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(runs);
         return true;
@@ -1769,6 +1769,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no childless detRun rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -1852,6 +1851,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -1921,6 +1919,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -2021,6 +2018,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -2336,6 +2332,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -2489,6 +2484,6 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
+        psFree(output);
         return true;
     }
@@ -2572,6 +2567,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detProcessedExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -2693,6 +2687,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no stackable detProcessedImfiles found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -2801,6 +2794,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detProcessedImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3035,6 +3027,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detStackedImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3161,6 +3152,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detNormalizedStatImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3227,6 +3217,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detStackedImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3382,6 +3371,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no normalizable detNormalizedStatImfiles found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3593,6 +3581,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending detNormalizedStatImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3722,6 +3709,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no rawImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3873,6 +3859,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no complete detNormalizedImfile exp found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -3966,6 +3951,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detNormalizedExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -4180,6 +4164,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no residable detNormalizedImfileis found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -4277,6 +4260,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detNormalizedImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -4660,6 +4642,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detResidImfile rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -4799,6 +4780,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no residExpable detResidImfiles found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -5181,6 +5161,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no detResidExp rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -5296,6 +5275,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no completed det runs found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -5577,6 +5555,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no pending completed detrun iterations found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -5756,5 +5733,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no detRunSummary rows found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -5887,6 +5864,5 @@
     }
     if (!psArrayLength(output)) {
-        // XXX check psError here
-        psError(PS_ERR_UNKNOWN, false, "no completed detrun iterations found");
+        psTrace("dettool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
