From fb95d7421c03c655b69a65955d857f5e827f59f1 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 Jan 2005 20:51:19 +0100 Subject: mgmapi.cpp: compile error ndb/src/mgmapi/mgmapi.cpp: compile error --- ndb/src/mgmapi/mgmapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndb/src/mgmapi') diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp index 2730ca0665b..4ea7afdd3b8 100644 --- a/ndb/src/mgmapi/mgmapi.cpp +++ b/ndb/src/mgmapi/mgmapi.cpp @@ -315,7 +315,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow *command_reply, ndbout << "Error in mgm protocol parser. " << "cmd: '" << cmd << "' status=" << (Uint32)ctx.m_status - << ", curr=" << (Uint32)ctx.m_currentToken + << ", curr=" << ctx.m_currentToken << endl; DBUG_PRINT("info",("parser.parse returned NULL")); } -- cgit v1.2.1