diff --git a/storage_helper.sh b/storage_helper.sh
index a0f853fc8c36b97f90f47504727986a7d9201461..179ac380e7d77e597be90ddc44b88e7362c5853b 100755
--- a/storage_helper.sh
+++ b/storage_helper.sh
@@ -236,10 +236,10 @@
             test $iduration -lt 0 && sduration="RUNNING"
 
             # output
-            printf "$tbl" $myserver "$tstart" "${tend}" "${sduration}" "${iagehours}"
+            printf "$tbl" $myserver "$tstart" "${tend}" "${sduration}" "${statusAge}${iagehours}$(color reset)"
         done
         echo
-        echo "total : $( _getLoggedServers ) servers"
+        echo "total : $( _getLoggedServers | wc -l ) servers"
         echo "errors: $ierrors"
         echo
         echo "rc=$ierrors"