Changeset 36016
- Timestamp:
- Aug 23, 2013, 1:05:30 PM (13 years ago)
- File:
-
- 1 edited
-
tags/ipp-20130712/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/pstamp/scripts/pstampparse.pl
r35940 r36016 210 210 my $dtime_request_file = gettimeofday() - $start_request_file; 211 211 print "Time to read and parse request file: $dtime_request_file\n"; 212 } 213 214 if (!$rows) { 215 # we got called so a valid pstamp request header was found so we can only assume 216 # that the file is invalid 217 print STDERR "Invalid request file\n"; 218 insertFakeJobForRow(undef, 0, $PSTAMP_INVALID_REQUEST); 219 exit 0; 212 220 } 213 221
Note:
See TracChangeset
for help on using the changeset viewer.
