Przeglądaj źródła

Added debug info for child index updates.

default 3 lat temu
rodzic
commit
6acf906b64
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      data.c

+ 2 - 0
data.c

@@ -411,6 +411,8 @@ int object_add(const char *id, d_char *obj)
 
             pfn = xs_replace_i(pfn, ".json", "_c.idx");
             index_add(pfn, id);
+
+            srv_debug(0, xs_fmt("object_add added child %s to %s", id, pfn));
         }
     }
     else