From: Robert 'phaylon' Sedlacek Date: Wed, 3 Oct 2012 16:56:13 +0000 (+0000) Subject: fixed debug log invocation typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36772e63b7d4a92a39cd54d4a991b8f945b0f9b0;p=scpubgit%2FSystem-Introspector-Report.git fixed debug log invocation typo --- diff --git a/lib/System/Introspector/Report/Publish/MediaWiki.pm b/lib/System/Introspector/Report/Publish/MediaWiki.pm index b6ecab9..7d7291a 100644 --- a/lib/System/Introspector/Report/Publish/MediaWiki.pm +++ b/lib/System/Introspector/Report/Publish/MediaWiki.pm @@ -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);