mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix world-breakage: warnx("..') --> warnx("...")
Submitted by: Alain Thivillon <Alain.Thivillon@hsc.fr>, Udo Erdelhoff <ue@nathan.ruhr.de> Approved by: green
This commit is contained in:
parent
0af87587a7
commit
b10a063dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ print_ccd_info(cs, kd)
|
|||
cip[i].ci_pathlen) != cip[i].ci_pathlen) {
|
||||
printf("\n");
|
||||
warnx("can't read component pathname");
|
||||
warnx("%s', kvm_geterr(kd));
|
||||
warnx("%s", kvm_geterr(kd));
|
||||
goto done;
|
||||
}
|
||||
printf((i + 1 < cs->sc_nccdisks) ? "%s " : "%s\n", path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue