Changeset 1405
- Timestamp:
- 02/23/08 01:33:01 (5 months ago)
- Files:
-
- branches/release-30/lib/MT/Worker/Publish.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-30/lib/MT/Worker/Publish.pm
r1343 r1405 36 36 37 37 my $sync = MT->config('SyncTarget'); 38 39 38 my $throttles = $mt->{throttle} || {}; 40 MT::TheSchwartz->debug($mt->translate("Publishing: [quant,_1,file,files]...", scalar(@jobs)));41 39 42 40 my $start = [gettimeofday]; … … 52 50 next; 53 51 } 52 53 my $priority = $job->priority ? ", priority " . $job->priority : ""; 54 $job->debug("MT::Worker::Publish publishing " . $fi->file_path . "$priority"); 54 55 55 56 # Important: prevents requeuing!
