diff options
author | Gianpaolo Macario <gmacario@gmail.com> | 2015-06-05 18:42:36 +0200 |
---|---|---|
committer | Gianpaolo Macario <gmacario@gmail.com> | 2015-06-05 18:42:36 +0200 |
commit | 6aec8359b04ca4aac18f73184cc6a3daec9a3271 (patch) | |
tree | d0cf590929d5e6cb3e2f990e204d06a5c5688a7c /src/bootchart/bootchart.c | |
parent | 4754345e0f556e96dabe6cffffb0dae7806d9472 (diff) |
systemd-bootchart: Trivial typo fix in warning
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
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 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; } |