From: shakeelrao Date: Sun, 24 Mar 2019 04:59:30 +0000 (-0700) Subject: Modify error msg X-Git-Tag: v1.4.0^2~22^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea219d8c663264e57f4882ce1d9401dab0769c9;p=thirdparty%2Fzstd.git Modify error msg --- diff --git a/programs/fileio.c b/programs/fileio.c index 5672de02d..7da7baaff 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -1300,7 +1300,7 @@ FIO_compressFilename_srcFile(FIO_prefs_t* const prefs, /* ensure src is not the same as dict */ if (UTIL_isSameFile(srcFileName, ress.dictFileName)) { - DISPLAYLEVEL(1, "zstd: Refusing to use %s as an input file and dictionary \n", srcFileName); + DISPLAYLEVEL(1, "zstd: cannot use %s as an input file and dictionary \n", srcFileName); return 1; }