X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ftracepoint.h;h=5f429db7585ddb7c7edecf1abd359cb09bc15918;hb=d16aa9c9b858f5362c9d0ac47ded796045b33ac3;hp=60b36856e724e9b04125e6ef0970ed17939c4a63;hpb=c68be9685ea41e09ae648b840a8f226e29d03e32;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; } }