mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
pstore: drop commented out line
This commit is contained in:
parent
337874a45f
commit
f677270ebb
@ -179,8 +179,6 @@ static int write_dmesg(const char *dmesg, size_t size, const char *id) {
|
||||
if (isempty(dmesg) || size == 0)
|
||||
return 0;
|
||||
|
||||
/* log_info("Record ID %s", id); */
|
||||
|
||||
ofd_path = path_join(arg_archivedir, id, "dmesg.txt");
|
||||
if (!ofd_path)
|
||||
return log_oom();
|
||||
|
Loading…
Reference in New Issue
Block a user