Index: trunk/pstamp/scripts/dquery_finish.pl
===================================================================
--- trunk/pstamp/scripts/dquery_finish.pl	(revision 18624)
+++ trunk/pstamp/scripts/dquery_finish.pl	(revision 18639)
@@ -116,5 +116,5 @@
         print $REGLIST "$response_file|||table|\n";
     } else  {
-        print STDERR "detect_query response file for job $job_id not found\n";
+        print STDERR "detect_query response file for job $job_id not found\n" if $verbose;
         $request_fault = $PS_EXIT_UNKNOWN_ERROR;
     }
@@ -132,5 +132,5 @@
         $request_fault = $error_code >> 8;
         print STDERR "Unable to perform $command return code: $request_fault";
-        # fall through to stop request
+        # fall through to call stop request
     }
 }
