summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/ndb_cluster_connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/ndbapi/ndb_cluster_connection.cpp')
-rw-r--r--ndb/src/ndbapi/ndb_cluster_connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/ndb_cluster_connection.cpp b/ndb/src/ndbapi/ndb_cluster_connection.cpp
index 1e53558f179..3ae84125112 100644
--- a/ndb/src/ndbapi/ndb_cluster_connection.cpp
+++ b/ndb/src/ndbapi/ndb_cluster_connection.cpp
@@ -262,7 +262,7 @@ Ndb_cluster_connection_impl::Ndb_cluster_connection_impl(const char *
m_name(0)
{
DBUG_ENTER("Ndb_cluster_connection");
- DBUG_PRINT("enter",("Ndb_cluster_connection this=0x%x", this));
+ DBUG_PRINT("enter",("Ndb_cluster_connection this=0x%lx", (long) this));
g_eventLogger.createConsoleHandler();
g_eventLogger.setCategory("NdbApi");