chiark / gitweb /
log: log_error() and friends add a newline after each line anyway, so avoid including...
[elogind.git] / src / journal / coredumpctl.c
index 2b24ff8a94f579d09a6f9323f9e9cff62e989874..70eaf0e64c98edbae83a16773c1709ce7eab36d0 100644 (file)
@@ -416,7 +416,7 @@ static int dump_core(sd_journal* j) {
 
         r = sd_journal_previous(j);
         if (r >= 0)
-                log_warning("More than one entry matches, ignoring rest.\n");
+                log_warning("More than one entry matches, ignoring rest.");
 
         return 0;
 }