Index: trunk/pstamp/scripts/pstamp_dorequest.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_dorequest.pl	(revision 16280)
+++ trunk/pstamp/scripts/pstamp_dorequest.pl	(revision 16283)
@@ -16,5 +16,5 @@
 my $request_id = $ARGV[0];
 
-my $verbosity = 0;
+my $verbosity = 1;
 
 use Sys::Hostname;
@@ -78,4 +78,5 @@
         if ($job->{req_id} == $request_id) {
             # there must be a better way to do this
+            print STDERR "adding $job->{job_id} to the list\n";
             $psjobs[@psjobs] = $job;
         }
@@ -90,5 +91,5 @@
 
 foreach my $job (@psjobs) {
-    my $command = "echo $ppstamp_run $job->{job_id}";
+    my $command = "$ppstamp_run $job->{job_id}";
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
         run(command => $command, verbose => $verbosity);
@@ -100,5 +101,5 @@
 
 #
-# set the state of the request to stop
+# Update the state of the request
 #
 
