1
1
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:
Daniel Mack 2015-06-05 21:00:41 +02:00
commit b34fb276c0

View File

@ -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;
}