Skip to content

Commit

Permalink
Fix wrong msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Mar 4, 2016
1 parent dadbb72 commit 1c64170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/text_info.rb
Expand Up @@ -260,10 +260,10 @@ def update_fachinfo_lang(meta_info, fis, fi_flags = {})
end

def store_patinfo_for_one_packages(package, lang, patinfo_lang)
LogFile.debug msg; puts msg
package.patinfo = @app.create_patinfo unless package.patinfo
package.patinfo.pointer ||= Persistence::Pointer.new(:patinfo).creator
msg = "store_patinfo_for_one_packages #{package.iksnr} #{lang} #{package.patinfo.oid} #{patinfo_lang.text.split("\n")[0..1]}"
LogFile.debug msg; puts msg
eval("package.patinfo.descriptions['#{lang}']= patinfo_lang")
package.patinfo.odba_store
package.odba_store
Expand Down

0 comments on commit 1c64170

Please sign in to comment.