Changeset 12093 for trunk/ippTools/src/camtool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r12058 r12093 137 137 } 138 138 if (!psArrayLength(output)) { 139 // XXX check psError here 140 psError(PS_ERR_UNKNOWN, false, "no camPendingExp rows found"); 139 psTrace("camtool", PS_LOG_INFO, "no rows found"); 141 140 psFree(output); 142 141 return true; … … 207 206 } 208 207 if (!psArrayLength(output)) { 209 // XXX check psError here 210 psError(PS_ERR_UNKNOWN, false, "no pending chipProcessedImfile rows found"); 208 psTrace("camtool", PS_LOG_INFO, "no rows found"); 211 209 psFree(output); 212 210 return true; … … 367 365 } 368 366 if (!psArrayLength(output)) { 369 ps Error(PS_ERR_UNKNOWN, false, "no camPendingExprows found");367 psTrace("camtool", PS_LOG_INFO, "no rows found"); 370 368 psFree(output); 371 369 return true; … … 502 500 } 503 501 if (!psArrayLength(output)) { 504 // XXX check psError here 505 psError(PS_ERR_UNKNOWN, false, "no camProcessedExp rows found"); 502 psTrace("camtool", PS_LOG_INFO, "no rows found"); 506 503 psFree(output); 507 504 return true; … … 593 590 } 594 591 if (!psArrayLength(output)) { 595 // XXX check psError here 596 psError(PS_ERR_UNKNOWN, false, "no camMask rows found"); 592 psTrace("camtool", PS_LOG_INFO, "no rows found"); 597 593 psFree(output); 598 594 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
