xbps-bin: unpack_progress_cb_verbose printf to stdout for consistency.
This commit is contained in:
parent
7ddd409b90
commit
3acf91bb15
@ -159,7 +159,7 @@ unpack_progress_cb_verbose(void *data)
|
|||||||
else if (xpd->entry_size <= 0)
|
else if (xpd->entry_size <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fprintf(stderr, "Extracted %sfile `%s' (%" PRIi64 " bytes)\n",
|
printf("Extracted %sfile `%s' (%" PRIi64 " bytes)\n",
|
||||||
xpd->entry_is_conf ? "configuration " : "", xpd->entry,
|
xpd->entry_is_conf ? "configuration " : "", xpd->entry,
|
||||||
xpd->entry_size);
|
xpd->entry_size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user