Index: /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
===================================================================
--- /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 36101)
+++ /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 36102)
@@ -2051,4 +2051,6 @@
     # see if we need to start the scs (skycell server)
 
+    my $very_verbose = 0;
+
     if (!$scs_tess_id or ($scs_tess_id ne $tess_id)) {
         if ($scs_tess_id) {
@@ -2076,4 +2078,5 @@
 
         # start an scs
+        print "Starting skycell server for $tess_dir_resolved.\n";
 
         # create pipes for communicating with the server
@@ -2111,5 +2114,5 @@
             my $command = "$dvoImagesAtCoords -D CATDIR $tess_dir_resolved -coords -";
 
-            print STDERR "SCS: execing $command\n";
+            print STDERR "SCS: execing $command\n" if $very_verbose;
 
             unless(exec $command) {
@@ -2146,5 +2149,4 @@
     }
 
-    my $very_verbose = 0;
     print STDERR "  sent coordinates to skycell server\n" if $very_verbose;
 
