Changeset 18623
- Timestamp:
- Jul 18, 2008, 12:59:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_queue_requests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_queue_requests.pl
r18538 r18623 87 87 88 88 if (! @dataStores) { 89 print STDERR "no postage stamp data stores found\n" ;89 print STDERR "no postage stamp data stores found\n" if $verbose; 90 90 exit 1; 91 91 } … … 114 114 115 115 if (@$stdout_buf == 0) { 116 print STDERR "no new request files in data store $ds_id\n" ;116 print STDERR "no new request files in data store $ds_id\n" if $verbose; 117 117 next; # next data store 118 118 }
Note:
See TracChangeset
for help on using the changeset viewer.
