Skip to content
Snippets Groups Projects
Commit 1231e66e authored by rswindell's avatar rswindell
Browse files

Beautification for listing logons from users with > 999 logons in a day (!).

parent 1476f00e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment