From 6aec8359b04ca4aac18f73184cc6a3daec9a3271 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Fri, 5 Jun 2015 18:42:36 +0200 Subject: systemd-bootchart: Trivial typo fix in warning Signed-off-by: Gianpaolo Macario --- src/bootchart/bootchart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootchart') 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.3-54-g00ecf