mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
Merge pull request #82 from gmacario/bootchart-fix-typo
systemd-bootchart: Trivial typo fix in warning
This commit is contained in:
commit
b34fb276c0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user