Index: branches/eam_branches/ipp-ops-20130712/tools/fixburntool
===================================================================
--- branches/eam_branches/ipp-ops-20130712/tools/fixburntool	(revision 37064)
+++ branches/eam_branches/ipp-ops-20130712/tools/fixburntool	(revision 37068)
@@ -39,5 +39,5 @@
 
 $regtool  .= " -dbname gpc1 -exp_id $exp_id -class_id $class_id";
-$burntool .= " --dbname gpc1";
+$burntool .= " --dbname gpc1 --camera GPC1";
 
 
@@ -107,4 +107,5 @@
 {
     my $command = "$burntool --exp_id $exp_id --class_id $class_id --this_uri $uri --previous_uri $prev_uri";
+    $command .= " --verbose" if $verbose;
     print "$command\n";
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
