From beb48722411b53f36387c5c88ba9a9c7671c5c12 Mon Sep 17 00:00:00 2001 From: brailovich <91924341+brailovich@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:51:18 -0800 Subject: [PATCH] Update zstdcli.c --- programs/zstdcli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 34d2fa6e0..a8fc0d048 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -1366,8 +1366,8 @@ int main(int argCount, const char* argv[]) was a number of empty directories. In this case stdin and stdout should not be used */ if (nbInputFileNames > 0 ){ - DISPLAYLEVEL(2, "please provide correct input file(s) or non-empty directories -- ignored \n"); - CLEAN_RETURN(2); + DISPLAYLEVEL(1, "please provide correct input file(s) or non-empty directories -- ignored \n"); + CLEAN_RETURN(0); } UTIL_refFilename(filenames, stdinmark); }