Changeset 12093 for trunk/ippTools/src/warptool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r12076 r12093 341 341 } 342 342 if (!psArrayLength(output)) { 343 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");343 psTrace("warptool", PS_LOG_INFO, "no rows found"); 344 344 psFree(output); 345 345 return true; … … 430 430 } 431 431 if (!psArrayLength(output)) { 432 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");432 psTrace("warptool", PS_LOG_INFO, "no rows found"); 433 433 psFree(output); 434 434 return true; … … 532 532 } 533 533 if (!psArrayLength(output)) { 534 ps Error(PS_ERR_UNKNOWN, false, "no pending rawImfilerows found");534 psTrace("warptool", PS_LOG_INFO, "no rows found"); 535 535 psFree(output); 536 536 return true; … … 722 722 } 723 723 if (!psArrayLength(output)) { 724 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyCellMaprows found");724 psTrace("warptool", PS_LOG_INFO, "no rows found"); 725 725 psFree(output); 726 726 return true; … … 820 820 } 821 821 if (!psArrayLength(output)) { 822 ps Error(PS_ERR_UNKNOWN, false, "no warpPendingSkyCellrows found");822 psTrace("warptool", PS_LOG_INFO, "no rows found"); 823 823 psFree(output); 824 824 return true; … … 1108 1108 } 1109 1109 if (!psArrayLength(output)) { 1110 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyfilerows found");1110 psTrace("warptool", PS_LOG_INFO, "no rows found"); 1111 1111 psFree(output); 1112 1112 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
