From 539d187b5c5d45d6ac9dfd5ad52b7ec35ed73e0d Mon Sep 17 00:00:00 2001 From: Brian Quinion Date: Sat, 8 Dec 2012 18:56:59 +0000 Subject: [PATCH] tiny formating change to utils/blocks.php --- utils/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/blocks.php b/utils/blocks.php index 4732abb1..d2db17f0 100755 --- a/utils/blocks.php +++ b/utils/blocks.php @@ -29,7 +29,7 @@ $aBlocks = getBucketBlocks(); echo "\n"; printf(" %-40s | %12s | %7s | %13s | %16s | %31s\n", "Key", "Total Blocks", "Current", "Still Blocked", "Last Req Blocked", "Last Block Time"); - printf(" %'--40s | %'-12s | %'-7s | %'-13s | %'-16s | %'-31s\n", "", "", "", "", "", ""); + printf(" %'--40s-|-%'-12s-|-%'-7s-|-%'-13s-|-%'-16s-|-%'-31s\n", "", "", "", "", "", ""); foreach($aBlocks as $sKey => $aDetails) { printf(" %-40s | %12s | %7s | %13s | %16s | %31s\n", $sKey, $aDetails['totalBlocks'], (int)$aDetails['currentBucketSize'], $aDetails['lastRequestBlocked']?'Y':'N', $aDetails['currentlyBlocked']?'Y':'N', date("r", $aDetails['lastBlockTimestamp'])); -- 2.39.5