diff --git a/src/webadmin.c b/src/webadmin.c index 22aa6d2..70b47c4 100644 --- a/src/webadmin.c +++ b/src/webadmin.c @@ -473,7 +473,7 @@ void * adminchild(struct clientparam* param) { "MB%s" "%"PRINTF_INT64_MODIFIER"u" "%s", - cp->traflim64, + cp->traflim64 / (1024 * 1024), rotations[cp->type], cp->traf64, cp->cleared?ctime(&cp->cleared):"never"