]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Modify error msg
authorshakeelrao <shakeelrao79@gmail.com>
Sun, 24 Mar 2019 04:59:30 +0000 (21:59 -0700)
committershakeelrao <shakeelrao79@gmail.com>
Sun, 24 Mar 2019 04:59:30 +0000 (21:59 -0700)
programs/fileio.c

index 5672de02d41bd5661006c0c7aad4ce3a1658eb91..7da7baaffc867fafad18ee93f43b5efc337b045b 100644 (file)
@@ -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;
     }