X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-filter.c;h=855768217057185b1dca778ec424f3a870f5ec3e;hb=5a15f70c5211ff4a398171a6971586e2948eb419;hp=12c22644f26989f942c6f20f9527ade9c3a3a0a9;hpb=69bd2039594fa6ef366381ed7406582cb1d4e522;p=lttng-modules.git diff --git a/src/lttng-filter.c b/src/lttng-filter.c index 12c22644..85576821 100644 --- a/src/lttng-filter.c +++ b/src/lttng-filter.c @@ -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;