summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-11-29 15:02:01 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-11-29 16:03:34 +0000
commit340e5f5781abb5388c41fa326d6e1cabf7ba96ff (patch)
treeff8d1fb285031bccb076285ecc42517145f2cdac /src
parent212c50c3b5dcdf00442933496a44b1d1db6908b5 (diff)
downloadexim4-340e5f5781abb5388c41fa326d6e1cabf7ba96ff.tar.gz
Tweak debug output
Diffstat (limited to 'src')
-rw-r--r--src/src/retry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/retry.c b/src/src/retry.c
index f073af665..a34bf80ca 100644
--- a/src/src/retry.c
+++ b/src/src/retry.c
@@ -135,7 +135,7 @@ dbdata_retry * host_retry_record, * message_retry_record;
*retry_host_key = *retry_message_key = NULL;
-DEBUG(D_transport|D_retry) debug_printf("checking status of %s\n", host->name);
+DEBUG(D_transport|D_retry) debug_printf("checking retry status of %s\n", host->name);
/* Do nothing if status already set; otherwise initialize status as usable. */