Docs: more info on taint
[exim.git] / src / src / verify.c
index 3a40cea268d5d5a6f511af29ffe5d830263ac8a8..82a7726de291a61e2d574fe7449f3b7f315c71c8 100644 (file)
@@ -4077,7 +4077,7 @@ const uschar * where = US"socketpair";
 
 if (cached_quota_lookup(rcpt, &yield, pos_cache, neg_cache))
   {
-  HDEBUG(D_verify) debug_printf_indent("quota cache: address record is %d\n",
+  HDEBUG(D_verify) debug_printf_indent("quota cache: address record is %s\n",
     yield == OK ? "positive" : "negative");
   if (yield != OK)
     {