Fix typo in Danish translation of shortcuts page that caused expoentional regexp...
[ikiwiki.git] / IkiWiki / Render.pm
index 05132a8a81560a3ce0039b748ce0458d5742ad53..235efd299a3297d273691b369037398f77aa7153 100644 (file)
@@ -776,6 +776,7 @@ sub refresh () {
        my $oldlink_targets=calculate_old_links($changed, $del);
 
        foreach my $file (@$changed) {
+               print ">>render $file\n";
                scan($file);
        }