Changeset 12092 for trunk/ippTools/src/regtool.c
- Timestamp:
- Feb 27, 2007, 1:31:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r12086 r12092 149 149 } 150 150 if (!psArrayLength(output)) { 151 psTrace("regtool", PS_LOG_INFO, "no rows found"); 151 152 psFree(output); 152 153 return true; … … 398 399 } 399 400 if (!psArrayLength(output)) { 400 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");401 psTrace("regtool", PS_LOG_INFO, "no rows found"); 401 402 psFree(output); 402 403 return true; … … 499 500 } 500 501 if (!psArrayLength(output)) { 502 psTrace("regtool", PS_LOG_INFO, "no rows found"); 501 503 psFree(output); 502 504 return true; … … 575 577 } 576 578 if (!psArrayLength(output)) { 577 ps Error(PS_ERR_UNKNOWN, false, "no pending newExprows found");579 psTrace("regtool", PS_LOG_INFO, "no rows found"); 578 580 psFree(output); 579 581 return true; … … 802 804 } 803 805 if (!psArrayLength(output)) { 804 ps Error(PS_ERR_UNKNOWN, false, "no pending rawExprows found");806 psTrace("regtool", PS_LOG_INFO, "no rows found"); 805 807 psFree(output); 806 808 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
