make formatting of key=value consistent in getTextTransReportCounters

Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp
===================================================================
--- ndb.orig/storage/ndb/src/common/debugger/EventLogger.cpp	2007-08-14 14:49:10.493323060 +1000
+++ ndb/storage/ndb/src/common/debugger/EventLogger.cpp	2007-08-14 14:49:38.778934965 +1000
@@ -501,7 +501,7 @@ void getTextTransReportCounters(QQQQ) {
 		       "Read Count = %u, Simple Read Count = %u, "
 		       "Write Count = %u, AttrInfo Count = %u, "
 		       "Concurrent Operations = %u, Abort Count = %u"
-		       " Scans: %u Range scans: %u", 
+		       " Scans = %u Range scans = %u", 
 		       theData[1], 
 		       theData[2], 
 		       theData[3], 
