Fix: add missing buffer registry cleanup on error
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.c
index 2df98d7360445b42ae4aba1941cd976d16e6d723..6a35284fe70eab9435052a86874537d2936b40f7 100644 (file)
@@ -492,8 +492,7 @@ void buffer_reg_channel_destroy(struct buffer_reg_channel *regp,
                return;
        }
 
-       DBG3("Buffer registry channel destroy with key %" PRIu32 " and handle %d",
-                       regp->key, regp->obj.ust->handle);
+       DBG3("Buffer registry channel destroy with key %" PRIu32, regp->key);
 
        switch (domain) {
        case LTTNG_DOMAIN_UST:
This page took 0.023019 seconds and 4 git commands to generate.