Fix: load state dump even if work-around lookup fails
[lttng-modules.git] / wrapper / tracepoint.h
index 60b36856e724e9b04125e6ef0970ed17939c4a63..5f429db7585ddb7c7edecf1abd359cb09bc15918 100644 (file)
@@ -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;
        }
 }
This page took 0.023112 seconds and 4 git commands to generate.