diff --git a/ui-test/source/java/ch/systemsx/cisd/openbis/uitest/infra/webdriver/PageProxy.java b/ui-test/source/java/ch/systemsx/cisd/openbis/uitest/infra/webdriver/PageProxy.java
index 667d4fb644461cbc153a84fdddebeadc85d72395..fe6071bf13e894acbaf970b7e44059a0b5ce5d33 100644
--- a/ui-test/source/java/ch/systemsx/cisd/openbis/uitest/infra/webdriver/PageProxy.java
+++ b/ui-test/source/java/ch/systemsx/cisd/openbis/uitest/infra/webdriver/PageProxy.java
@@ -64,7 +64,8 @@ public class PageProxy
                     {
                         if (e.getTargetException() instanceof StaleElementReferenceException)
                         {
-                            System.out.println("STALE REFERENCE - RELOADING " + self);
+                            System.out.println("STALE REFERENCE - RELOADING "
+                                    + self.getClass().getSimpleName());
                             init(clazz, (T) self);
                             return proceed.invoke(self, args);
                         } else