do not strip each line

This commit is contained in:
Abyss Watcher
2024-03-02 18:39:48 +01:00
parent 8d79e3211b
commit 2f0bb6b297
+1 -1
View File
@@ -61,7 +61,7 @@ class Dmesg(interfaces.plugins.PluginInterface):
# Yield each line
for dmesg_line in dmesg.splitlines():
yield (dmesg_line.strip(),)
yield (dmesg_line,)
def _generator(self):
for value in self.get_kernel_log_buffer(