rc = kref_get_unless_zero(&io_req->refcount);
                        if (!rc) {
                                QEDF_ERR(&(qedf->dbg_ctx),
-                                   "Could not get kref for io_req=0x%p.\n",
-                                   io_req);
+                                   "Could not get kref for ELS io_req=0x%p xid=0x%x.\n",
+                                   io_req, io_req->xid);
                                continue;
                        }
                        qedf_flush_els_req(qedf, io_req);
                rc = kref_get_unless_zero(&io_req->refcount);
                if (!rc) {
                        QEDF_ERR(&(qedf->dbg_ctx), "Could not get kref for "
-                           "io_req=0x%p\n", io_req);
+                           "io_req=0x%p xid=0x%x\n", io_req, io_req->xid);
                        continue;
                }
                QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_IO,