[groonga-commit:2572] ranguba/chupatext [master] remove needless tag.

null+ranguba at clear-code.com null+ranguba at clear-code.com
Sat Dec 18 22:54:03 EST 2010


Kouhei Sutou	2010-12-19 03:54:03 +0000 (Sun, 19 Dec 2010)

  New Revision: 8df406741c996b642cbe9de30d2ad1b0fb87b33c

  Log:
    remove needless tag.

  Modified files:
    modules/ruby/lib/chupatext/decomposers/powerpoint.rb

  Modified: modules/ruby/lib/chupatext/decomposers/powerpoint.rb (+2 -2)
===================================================================
--- modules/ruby/lib/chupatext/decomposers/powerpoint.rb    2010-12-19 02:45:55 +0000 (6044976)
+++ modules/ruby/lib/chupatext/decomposers/powerpoint.rb    2010-12-19 03:54:03 +0000 (c54bc58)
@@ -64,7 +64,7 @@ module Chupa
           if Time.now - libre_office_start_time > 30
             output = pipe_read.read
             kill
-            tag = "[powerpoint][libreoffice][convert][timeout]"
+            tag = "[libreoffice][convert][timeout]"
             raise DecomposeError.new("#{tag}: #{output}")
           end
           sleep(0.5)
@@ -164,7 +164,7 @@ EOS
           if Time.now - ooffice_start_time > 30
             output = pipe_read.read
             kill
-            tag = "[powerpoint][openoffice.org][convert][timeout]"
+            tag = "[openoffice.org][convert][timeout]"
             raise DecomposeError.new("#{tag}: #{output}")
           end
           if File.exist?(output.path)



More information about the groonga-commit mailing list