--- video_scheduler.php.drupal5	2007-06-27 18:32:33.000000000 +0000
+++ video_scheduler.php	2007-06-27 18:33:19.000000000 +0000
@@ -66,9 +66,6 @@
       video_scheduler_start($job);
     }
   }
-  else {
-    watchdog('video_scheduler', t('no video conversion jobs to schedule.'));
-  }
 }
 
 
--- video_ffmpeg_helper.module.drupal5	2007-06-28 00:01:45.000000000 +0000
+++ video_ffmpeg_helper.module	2007-06-28 00:21:45.000000000 +0000
@@ -284,6 +293,7 @@
 function _video_ffmpeg_helper_add_rendering(&$node) {
   $file = $_SESSION['video_upload_file_stored']->filepath;
   //print_r($node); die;
+  drupal_set_message(t('video transcoding queued for processing, rendered version will soon be available'));
   db_query('INSERT INTO {video_rendering} (vid, nid, origfile, pid, status, started, completed) VALUES (%d, %d, "%s", %d, %d, %d, %d)', $node->vid, $node->nid, $file, 0, VIDEO_RENDERING_PENDING, 0, 0);
   
   // let's add the rendering in progress video
@@ -304,7 +314,7 @@
   // create the full command to execute
   $command = variable_get('video_ffmpeg_helper_ffmpeg_path', '/usr/bin/ffmpeg') . ' -i ' . $file;
   
-  drupal_set_message('executing' . $command);
+  //drupal_set_message('executing' . $command);
   
   //execute the command
   ob_start();
