fixed debug log invocation typo
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 16:56:13 +0000 (16:56 +0000)]
lib/System/Introspector/Report/Publish/MediaWiki.pm

index b6ecab9..7d7291a 100644 (file)
@@ -103,7 +103,7 @@ sub _publish_page {
     }
     my $is_changed = $page->update($sorted);
     unless ($is_changed) {
-      log_Debug { "Not pushing page '$page_name': No changes" };
+      log_debug { "Not pushing page '$page_name': No changes" };
       return 1;
     }
     $self->put_page($page);