Debug: indent lookup operations
[exim.git] / src / src / lookups / json.c
index 0b28b731ed54c10ef101a735650b7e97a78c5808..a02b7b9bdd0ea760d188f8568361840d3990d799 100644 (file)
@@ -108,7 +108,7 @@ for (int k = 1;  (key = string_nextinlist(&keystring, &sep, NULL, 0)); k++)
        : json_object_get(j, CCS key)
      ) )
     {
-    DEBUG(D_lookup) debug_printf("%s, for key %d: '%s'\n",
+    DEBUG(D_lookup) debug_printf_indent("%s, for key %d: '%s'\n",
       numeric
       ? US"bad index, or not json array"
       : US"no such key, or not json object",