From 8ea219d8c663264e57f4882ce1d9401dab0769c9 Mon Sep 17 00:00:00 2001 From: shakeelrao Date: Sat, 23 Mar 2019 21:59:30 -0700 Subject: [PATCH] Modify error msg --- programs/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }