]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pstore: drop commented out line
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Jul 2019 01:58:13 +0000 (10:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Jul 2019 05:10:31 +0000 (14:10 +0900)
src/pstore/pstore.c

index 86361d8ebc5a16ac440ec20c45b3c92826b1c50d..58db27fe1aee91de4e4027daef4a83a1ee39af2a 100644 (file)
@@ -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();