Index: trunk/ippToPsps/jython/ipptopspsdb.py
===================================================================
--- trunk/ippToPsps/jython/ipptopspsdb.py	(revision 33560)
+++ trunk/ippToPsps/jython/ipptopspsdb.py	(revision 33561)
@@ -1044,5 +1044,5 @@
             rs.close()
         except:
-            self.logger.errorPair("No available stripes", "sharing with other client")
+            self.logger.errorPair("No free stripes", "trying to share with other client...")
             sql = "SELECT ra_center, COUNT(*) AS numPending\
                    FROM box \
@@ -1060,5 +1060,5 @@
                 rs.close()
             except:
-                self.logger.errorPair("Still no available stripes", "")
+                self.logger.errorPair("No available stripes to share", "no stripe obtained")
 
         self.logger.infoPair("Using RA stripe", "%f" % raCenter)
