]> wimlib.net Git - wimlib/blobdiff - src/write.c
Use WARNING() for warnings instead of ERROR().
[wimlib] / src / write.c
index 45b4993f5d3baa43f9cedec76afa3a444ade0408..94e4fc9fea04700bfb08c198554484d033bf1843 100644 (file)
@@ -530,7 +530,7 @@ WIMLIBAPI int wimlib_overwrite(WIMStruct *w, int flags)
        /* Close the original WIM file that was opened for reading. */
        if (w->fp) {
                if (fclose(w->fp) != 0) {
-                       DEBUG("WARNING: Failed to close the file `%s'\n",
+                       WARNING("Failed to close the file `%s'\n",
                                        wimfile_name);
                }
                w->fp = NULL;