Index: /branches/release-30/lib/MT/Worker/Publish.pm
===================================================================
--- /branches/release-30/lib/MT/Worker/Publish.pm (revision 1343)
+++ /branches/release-30/lib/MT/Worker/Publish.pm (revision 1405)
@@ -36,7 +36,5 @@
 
     my $sync = MT->config('SyncTarget');
-
     my $throttles = $mt->{throttle} || {};
-    MT::TheSchwartz->debug($mt->translate("Publishing: [quant,_1,file,files]...", scalar(@jobs)));
 
     my $start = [gettimeofday];
@@ -52,4 +50,7 @@
             next;
         }
+
+        my $priority = $job->priority ? ", priority " . $job->priority : "";
+        $job->debug("MT::Worker::Publish publishing " . $fi->file_path . "$priority");
 
         # Important: prevents requeuing!
