]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move all of the error prints in readsb() from stderr to stdout.
authorchs <chs@FreeBSD.org>
Tue, 1 Sep 2020 18:50:26 +0000 (18:50 +0000)
committerchs <chs@FreeBSD.org>
Tue, 1 Sep 2020 18:50:26 +0000 (18:50 +0000)
commit47364bc18e26de3b7fe03a9e36d6a16eea3c18d4
treeb846a2c225484a98d796ed4153e994aca1224d9d
parentab81f8bd1b23659cff2798bff67865ca3a5c0594
Move all of the error prints in readsb() from stderr to stdout.
The only output from fsck that should go to stderr is the usage message.
if setup() fails then exit with EEXIT rather than 0.

Reviewed by: mckusick
Sponsored by: Netflix
sbin/fsck_ffs/main.c
sbin/fsck_ffs/setup.c