X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/2d009132e2de39646108f9c5a829f0611735e730..adaa0e2c25fb6cf60aa9e3c4088915733d073022:/src/src/route.c diff --git a/src/src/route.c b/src/src/route.c index 57dfc09e6..cd44389db 100644 --- a/src/src/route.c +++ b/src/src/route.c @@ -979,7 +979,7 @@ if ((rc = check_files(r->require_files, perror)) != OK) if (r->condition) { - DEBUG(D_route) debug_printf("checking \"condition\"\n"); + DEBUG(D_route) debug_printf("checking \"condition\" \"%.80s\"...\n", r->condition); if (!expand_check_condition(r->condition, r->name, US"router")) { if (search_find_defer)