Remove a stray \n from a setproctitle.
Submitted by: Niki Denev <nike_d@cytexbg.com>
This commit is contained in:
parent
2b39efe249
commit
77d9382114
@ -158,7 +158,7 @@ pass5(void)
|
|||||||
got_siginfo = 0;
|
got_siginfo = 0;
|
||||||
}
|
}
|
||||||
if (got_sigalarm) {
|
if (got_sigalarm) {
|
||||||
setproctitle("%s p5 %d%%\n", cdevname,
|
setproctitle("%s p5 %d%%", cdevname,
|
||||||
c * 100 / sblock.fs_ncg);
|
c * 100 / sblock.fs_ncg);
|
||||||
got_sigalarm = 0;
|
got_sigalarm = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user