diff --git a/exec/logonlist.js b/exec/logonlist.js
index 16ea41bff2ad516f26e040fbd0de90ebf334da5a..99d0d949b169c7d2e68afc86f01784239a270650 100644
--- a/exec/logonlist.js
+++ b/exec/logonlist.js
@@ -74,7 +74,7 @@ function print(hdr, num, days_ago)
 		var date = new Date(record.time * 1000);
 		console.print(format(options.last_few_callers_fmt || 
 			"\r\n\x01n\x01h\x01m%-3s\x01n\x01m%-6s \x01w\x01h%-25.25s \x01m%-25.25s" +
-			"\x01n\x01m%2u:%02u \x01h%-8.8s \x01n\x01m%3d"
+			"\x01n\x01m%2u:%02u \x01h%-8.8s\x01n\x01m%4u"
 			,record.total ? record.node : ""
 			,record.total ? record.total : ""
 			,record.user.alias