Namespace all logging statements
[lttng-modules.git] / src / lib / ringbuffer / ring_buffer_iterator.c
index 15d7c75c15862b8ec4f47771dd98dc1eb8291c30..64fc50861b062ba8ba988a7a51f013a407154ccb 100644 (file)
@@ -296,7 +296,7 @@ ssize_t channel_get_next_record(struct channel *chan,
                 */
                if (chan->iter.last_timestamp
                    > (buf->iter.timestamp + MAX_CLOCK_DELTA)) {
-                       printk(KERN_WARNING "ring_buffer: timestamps going "
+                       printk(KERN_WARNING "LTTng: ring_buffer: timestamps going "
                               "backward. Last time %llu ns, cpu %d, "
                               "current time %llu ns, cpu %d, "
                               "delta %llu ns.\n",
This page took 0.023829 seconds and 4 git commands to generate.