X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Futil.c;h=0c00b2a6793e06cc27db70901bb228db59661e3f;hb=fa151ff40338619c7dbbdc06c227754b6b94c2e1;hp=20bff9590bf9578864a48ece46f941c120853a27;hpb=9fb3aaca115429b0af2a623bf20bfceef74f047f;p=wimlib diff --git a/src/util.c b/src/util.c index 20bff959..0c00b2a6 100644 --- a/src/util.c +++ b/src/util.c @@ -92,7 +92,7 @@ special: &mbs, &mbs_nbytes); } if (ret) { - ret = fprintf(fp, "???CONVERSION FAILURE???"); + ret = fprintf(fp, "??????"); } else { ret = fprintf(fp, "%s", mbs); FREE(mbs); @@ -213,7 +213,7 @@ wimlib_warning_with_errno(const char *format, ...) #endif -#ifdef ENABLE_DEBUG +#if defined(ENABLE_DEBUG) || defined(ENABLE_MORE_DEBUG) void wimlib_debug(const char *file, int line, const char *func, const char *format, ...) {