Namespace all logging statements
[lttng-modules.git] / src / lttng-clock.c
index 7512a3f4be074000b78bad96d973a76a4069f0b2..2e623be3b7f817f3233dc47912cb027e2aacfe6f 100644 (file)
@@ -69,7 +69,7 @@ void lttng_clock_ref(void)
 
                ret = try_module_get(lttng_trace_clock_mod);
                if (!ret) {
-                       printk(KERN_ERR "LTTng-clock cannot get clock plugin module\n");
+                       printk(KERN_ERR "LTTng: LTTng-clock cannot get clock plugin module\n");
                        WRITE_ONCE(lttng_trace_clock, NULL);
                        lttng_trace_clock_mod = NULL;
                }
This page took 0.023441 seconds and 4 git commands to generate.