mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 18:57:38 +02:00
do not strip each line
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user