]> wimlib.net Git - wimlib/blobdiff - src/xml.c
Rewrite of write_stream_list(), and writing packed resources
[wimlib] / src / xml.c
index 4a8bda9a56d0c5a99ce76f7cb81541bab1beea94..920eeeb5e1194db05f90a1c88a0d61ed607fbd4e 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -1524,7 +1524,7 @@ write_wim_xml_data(WIMStruct *wim, int image, u64 total_bytes,
                                             write_resource_flags,
                                             &wim->lzx_context);
        FREE(xml_data);
-       DEBUG("ret=%d");
+       DEBUG("ret=%d", ret);
        return ret;
 }