Debug: indent lookup operations
[exim.git] / src / src / lookups / dnsdb.c
index aea2eba72080ae4817d7d8ee2465fbb9493c8297..70203fa6d89b13d5414b4b147019ef7c1a52b536 100644 (file)
@@ -332,7 +332,7 @@ while ((domain = string_nextinlist(&keystring, &sep, NULL, 0)))
 
   do
     {
-    DEBUG(D_lookup) debug_printf("dnsdb key: %s\n", domain);
+    DEBUG(D_lookup) debug_printf_indent("dnsdb key: %s\n", domain);
 
     /* Do the lookup and sort out the result. There are four special types that
     are handled specially: T_CSA, T_ZNS, T_ADDRESSES and T_MXH.