From 86f210e9c914ba12477d4b2e7fa6f5cfa196a324 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 22 Jun 2015 17:16:03 +0200 Subject: Imported Upstream version 221 --- src/bootchart/bootchart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootchart/bootchart.c') diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 45fab92598..3360bc85be 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -531,7 +531,7 @@ int main(int argc, char *argv[]) { /* don't complain when overrun once, happens most commonly on 1st sample */ if (overrun > 1) - log_warning("systemd-boochart: sample time overrun %i times\n", overrun); + log_warning("systemd-bootchart: sample time overrun %i times\n", overrun); return 0; } -- cgit v1.2.1