diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py
index e6485a7acf804635fc4c7628f9b1181f410c1614..54eeffa23f89807210802fb5a762ebc89a647c3f 100644
--- a/erp5/util/testnode/ScalabilityTestRunner.py
+++ b/erp5/util/testnode/ScalabilityTestRunner.py
@@ -218,6 +218,7 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),))
     start_time = time.time()
     while (not self.slapos_communicator.isHostingSubscriptionReady(instance_title, state)
          and (max_time > (time.time()-start_time))):
+      self.log("Instance(s) not in %s state yet." % state)
       time.sleep(15)
     if (time.time()-start_time) > max_time:
       raise ValueError("Instance '%s' not '%s' after %s seconds" %(instance_title, state, str(time.time()-start_time)))