diff options
Diffstat (limited to 'src/bootchart/bootchart.c')
-rw-r--r-- | src/bootchart/bootchart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 65cb3226e5..45fab92598 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -488,7 +488,7 @@ int main(int argc, char *argv[]) { log_start, interval, overrun); if (r < 0) { - log_error_errno(r, "Error generating svg file: %m\n"); + log_error_errno(r, "Error generating svg file: %m"); return EXIT_FAILURE; } |