mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove a stray \n from a setproctitle.
Submitted by: Niki Denev <nike_d@cytexbg.com>
This commit is contained in:
parent
2b39efe249
commit
77d9382114
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127638
@ -158,7 +158,7 @@ pass5(void)
|
||||
got_siginfo = 0;
|
||||
}
|
||||
if (got_sigalarm) {
|
||||
setproctitle("%s p5 %d%%\n", cdevname,
|
||||
setproctitle("%s p5 %d%%", cdevname,
|
||||
c * 100 / sblock.fs_ncg);
|
||||
got_sigalarm = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user