Whamcloud - gitweb
LU-16314 obdclass: Migrate LASSERTF %p to %px
[fs/lustre-release.git] / lustre / ptlrpc / llog_net.c
index 5be7dfc..8a48d8c 100644 (file)
@@ -54,7 +54,7 @@ int llog_initiator_connect(struct llog_ctxt *ctxt)
        LASSERT(ctxt);
        new_imp = ctxt->loc_obd->u.cli.cl_import;
        LASSERTF(!ctxt->loc_imp || ctxt->loc_imp == new_imp,
-                "%p - %p\n", ctxt->loc_imp, new_imp);
+                "%px - %px\n", ctxt->loc_imp, new_imp);
        mutex_lock(&ctxt->loc_mutex);
        if (ctxt->loc_imp != new_imp) {
                if (ctxt->loc_imp)