From f677270ebb4c57c1da3b948455250b38a75b89fb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 22 Jul 2019 10:58:13 +0900 Subject: [PATCH] pstore: drop commented out line --- src/pstore/pstore.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c index 86361d8ebc5..58db27fe1ae 100644 --- a/src/pstore/pstore.c +++ b/src/pstore/pstore.c @@ -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(); -- 2.47.3