Gitweb:
https://git.exim.org/exim.git/commitdiff/5026ae4627f3ea72c1ae5fea1f5486cd74b4d734
Commit: 5026ae4627f3ea72c1ae5fea1f5486cd74b4d734
Parent: 662006acc3ead8458218d1d8870b5587726ecf8f
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Oct 1 10:21:18 2024 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Oct 1 10:22:59 2024 +0100
Add 2-ph note to process info
---
src/src/queue.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/src/queue.c b/src/src/queue.c
index 57e5eb769..8568de786 100644
--- a/src/src/queue.c
+++ b/src/src/queue.c
@@ -834,10 +834,10 @@ DEBUG(D_queue_run) debug_printf("Single queue run%s%s%s%s\n",
stop_id ? US" stopping at " : US"",
stop_id ? stop_id : US"");
-if (*queue_name)
- set_process_info("running the '%s' queue (single queue run)", queue_name);
-else
- set_process_info("running the queue (single queue run)");
+set_process_info("running the %s%s%squeue (single queue run%s)",
+ *queue_name ? "'" : "", queue_name, *queue_name ? "' " : "",
+ q->queue_2stage ? ", 2-phase" : ""
+ );
queue_run(q, start_id, stop_id, FALSE);
}
--
## subscription configuration (requires account):
##
https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at
http://www.exim.org/
## Please use the Wiki with this list -
http://wiki.exim.org/