Index: /trunk/ippTools/src/regtool.c
===================================================================
--- /trunk/ippTools/src/regtool.c	(revision 12091)
+++ /trunk/ippTools/src/regtool.c	(revision 12092)
@@ -149,4 +149,5 @@
     }
     if (!psArrayLength(output)) {
+        psTrace("regtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -398,5 +399,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawImfile rows found");
+        psTrace("regtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -499,4 +500,5 @@
     }
     if (!psArrayLength(output)) {
+        psTrace("regtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -575,5 +577,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending newExp rows found");
+        psTrace("regtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
@@ -802,5 +804,5 @@
     }
     if (!psArrayLength(output)) {
-        psError(PS_ERR_UNKNOWN, false, "no pending rawExp rows found");
+        psTrace("regtool", PS_LOG_INFO, "no rows found");
         psFree(output);
         return true;
