Remove newlines from cluster log Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp =================================================================== --- ndb.orig/storage/ndb/src/common/debugger/EventLogger.cpp 2007-08-14 14:47:24.795299672 +1000 +++ ndb/storage/ndb/src/common/debugger/EventLogger.cpp 2007-08-14 14:47:54.364984753 +1000 @@ -498,9 +498,9 @@ void getTextTransReportCounters(QQQQ) { // ------------------------------------------------------------------- BaseString::snprintf(m_text, m_text_len, "Trans. Count = %u, Commit Count = %u, " - "Read Count = %u, Simple Read Count = %u,\n" + "Read Count = %u, Simple Read Count = %u, " "Write Count = %u, AttrInfo Count = %u, " - "Concurrent Operations = %u, Abort Count = %u\n" + "Concurrent Operations = %u, Abort Count = %u" " Scans: %u Range scans: %u", theData[1], theData[2], @@ -797,9 +797,9 @@ void getTextBackupFailedToStart(QQQQ) { } void getTextBackupCompleted(QQQQ) { BaseString::snprintf(m_text, m_text_len, - "Backup %u started from node %u completed\n" - " StartGCP: %u StopGCP: %u\n" - " #Records: %u #LogRecords: %u\n" + "Backup %u started from node %u completed." + " StartGCP: %u StopGCP: %u" + " #Records: %u #LogRecords: %u" " Data: %u bytes Log: %u bytes", theData[2], refToNode(theData[1]), theData[3], theData[4], theData[6], theData[8],