- Timestamp:
- Apr 13, 2011, 2:36:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ippTools/src/pztool.c
r31186 r31278 638 638 // set pzDownloadExp.state to 'stop' 639 639 if (!pzDownloadExpSetState(config, summit_id, "stop")) { 640 psError(PS_ERR_UNKNOWN, false, "failed to change pzDownloadExp.state for %lld", summit_id);640 psError(PS_ERR_UNKNOWN, false, "failed to change pzDownloadExp.state for %lld", (long long) summit_id); 641 641 return false; 642 642 } … … 913 913 char *query = "UPDATE pzDownloadExp SET state = '%s' WHERE summit_id = %ld"; 914 914 if (!p_psDBRunQueryF(config->dbh, query, state, summit_id)) { 915 psError(PS_ERR_UNKNOWN, false, "failed to change state for %lld", summit_id);915 psError(PS_ERR_UNKNOWN, false, "failed to change state for %lld", (long long) summit_id); 916 916 return false; 917 917 } … … 927 927 928 928 if (!pzDownloadExpSetState(config,summit_id, state)) { 929 psError(PS_ERR_UNKNOWN, false, "failed to change state for %lld", summit_id);929 psError(PS_ERR_UNKNOWN, false, "failed to change state for %lld", (long long) summit_id); 930 930 return false; 931 931 }
Note:
See TracChangeset
for help on using the changeset viewer.
