Index: /trunk/pstamp/scripts/pstamp_queue_requests.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 18622)
+++ /trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 18623)
@@ -87,5 +87,5 @@
 
 if (! @dataStores) {
-    print STDERR "no postage stamp data stores found\n";
+    print STDERR "no postage stamp data stores found\n" if $verbose;
     exit 1;
 }
@@ -114,5 +114,5 @@
 
         if (@$stdout_buf == 0) {
-            print STDERR "no new request files in data store $ds_id\n";
+            print STDERR "no new request files in data store $ds_id\n" if $verbose;
             next; # next data store
         }
