Namespace all logging statements
[lttng-modules.git] / src / lttng-filter.c
index 12c22644f26989f942c6f20f9527ade9c3a3a0a9..855768217057185b1dca778ec424f3a870f5ec3e 100644 (file)
@@ -374,7 +374,7 @@ int apply_reloc(struct lttng_event *event,
                 */
                return 0;
        default:
-               printk(KERN_WARNING "Unknown reloc op type %u\n", op->op);
+               printk(KERN_WARNING "LTTng: filter: Unknown reloc op type %u\n", op->op);
                return -EINVAL;
        }
        return 0;
This page took 0.023121 seconds and 4 git commands to generate.