summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-22 10:58:13 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-22 14:10:31 +0900
commitf677270ebb4c57c1da3b948455250b38a75b89fb (patch)
treeef5bbe26786bbdce8b2154405ffdc343b4a48371
parent337874a45fff46a80e4974c681a5e651f3a0fac9 (diff)
downloadsystemd-f677270ebb4c57c1da3b948455250b38a75b89fb.tar.gz
pstore: drop commented out line
-rw-r--r--src/pstore/pstore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c
index 86361d8ebc..58db27fe1a 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();