X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ftracepoint.h;fp=wrapper%2Ftracepoint.h;h=5f429db7585ddb7c7edecf1abd359cb09bc15918;hb=1efda8647fb8905cd9fc4b8321bf1ee573e67e07;hp=60b36856e724e9b04125e6ef0970ed17939c4a63;hpb=9673b8b3a3bb1fcde88d6d6f3a7caba30dd9384a;p=lttng-modules.git diff --git a/wrapper/tracepoint.h b/wrapper/tracepoint.h index 60b36856..5f429db7 100644 --- a/wrapper/tracepoint.h +++ b/wrapper/tracepoint.h @@ -59,7 +59,7 @@ int wrapper_tracepoint_module_notify(struct notifier_block *nb, if (tracepoint_module_notify_sym) { return tracepoint_module_notify_sym(nb, val, mod); } else { - printk(KERN_WARNING "LTTng: tracepoint_module_notify symbol lookup failed.\n"); + printk(KERN_WARNING "LTTng: tracepoint_module_notify symbol lookup failed. It probably means you kernel don't need this work-around. Please consider upgrading LTTng modules to make this warning go away.\n"); return -ENOSYS; } }