Skip to content

Commit d0614c9

Browse files
committed
#79 Fix log message
1 parent 95ca170 commit d0614c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/filter/image_source.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Name:: Automatic::Plugin::Filter::ImageSource
33
# Author:: 774 <http://id774.net>
44
# Created:: Feb 28, 2012
5-
# Updated:: Feb 21, 2014
5+
# Updated:: Feb 26, 2014
66
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
77
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
88

@@ -25,7 +25,7 @@ def run
2525
arr = rewrite_link(feed)
2626
if arr.length > 0
2727
arr.each {|link|
28-
Automatic::Log.puts("info", "Parsing: #{link}")
28+
Automatic::Log.puts("info", "Extract Image: #{link}")
2929
hashie = Hashie::Mash.new
3030
hashie.title = 'FilterImageSource'
3131
hashie.link = link

0 commit comments

Comments
 (0)