From 9b12119b58252040b040888e33eab208f7f831c1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 19 Aug 2024 09:26:30 -0400 Subject: Amend message to fit the flow of the output --- src/delivery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/delivery.c b/src/delivery.c index f460566..2b69ec3 100644 --- a/src/delivery.c +++ b/src/delivery.c @@ -1505,7 +1505,7 @@ void delivery_defer_packages(struct Delivery *ctx, int type) { } if (DEFER_PIP == type && python_package_exists(PYPI_INDEX_DEFAULT, name, version)) { - fprintf(stderr, "%s-%s is present on %s\n", name, version, PYPI_INDEX_DEFAULT); + fprintf(stderr, "(%s present on index %s): ", version, PYPI_INDEX_DEFAULT); ignore_pkg = 0; } else { ignore_pkg = 1; -- cgit