nitiwiki: makes auto-index appear in test files
[nit.git] / contrib / nitiwiki / src / wiki_html.nit
index baf7b29..89546ce 100644 (file)
@@ -81,6 +81,7 @@ redef class WikiSection
                end
                var index = self.index
                if index isa WikiSectionIndex then
+                       wiki.message("Render auto-index for section {out_path}", 1)
                        index.is_dirty = true
                        add_child index
                end