diff --git a/lib/package_unpack.c b/lib/package_unpack.c index e22aa5fa..b8aee1a0 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -279,9 +279,11 @@ unpack_archive(struct xbps_handle *xhp, */ if (file_exists && match_preserved_file(xhp, entry_pname)) { archive_read_data_skip(ar); - xbps_dbg_printf(xhp, "[unpack] `%s' exists on disk and must be preserved, skipping.\n", xhp, entry_pname); - xbps_set_cb_state(xhp, XBPS_STATE_UNPACK_FILE_PRESERVED, 0, pkgver, - pkgver, "%s: file `%s' won't be extracted, it's preserved.\n", pkgver, entry_pname); + xbps_dbg_printf(xhp, "[unpack] `%s' exists on disk " + "and must be preserved, skipping.\n", xhp, entry_pname); + xbps_set_cb_state(xhp, XBPS_STATE_UNPACK_FILE_PRESERVED, 0, + pkgver, "%s: file `%s' won't be extracted, " + "it's preserved.\n", pkgver, entry_pname); continue; } /*