projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
72599a5
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/Report/Publish/MediaWiki.pm
b/lib/System/Introspector/Report/Publish/MediaWiki.pm
index
b6ecab9
..
7d7291a
100644
(file)
--- 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);