sessiond: Remove [.*-thread] logging prefix
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.c
index 89eb37bb1ae82beba6be84eb765b996b171e2609..f678a0d8d14a1d6d253799c2ef8e01875d1e2ccb 100644 (file)
@@ -428,7 +428,7 @@ struct lttng_event_notifier_notification *lttng_event_notifier_notification_crea
 
        notification = zmalloc(sizeof(struct lttng_event_notifier_notification));
        if (notification == NULL) {
-               ERR("[notification-thread] Error allocating notification");
+               ERR("Error allocating notification");
                goto end;
        }
 
This page took 0.023034 seconds and 4 git commands to generate.