While trying to reproduce bug 323480 it turned out that the ofx importer does not dump any libofx related messages which would be good to have in case there are import errors or warning etc. How to reproduce: 1. start kmymoney from command line on linux to be able to see debug messages 2. import ofx file from bug 323480 What happens: No libofx related message are displayed. libofx related message are in the following form: LibOFX INFO: libofx_proc_file(): File format not specified, autodetecting... What is expected: There should be a way to enable libofx related debug messages Additional informations: libofx dump messages to stderr only if the global variables ofx_XXX_msg are set. On normal processing at least the message level 'status', 'info', 'warnings' and 'error' should be displayed. Developers should be able to setup additional warning levels inside the code.
Git commit 3f1481db19ea60e5ff7cd9ede80f4343ac3c828c by Ralf Habacker. Committed on 30/06/2017 at 09:20. Pushed by habacker into branch '4.8'. Fix 'OFX importer does not show libofx debug messages' FIXED-IN:4.8.1 M +17 -0 kmymoney/plugins/ofximport/ofximporterplugin.cpp https://commits.kde.org/kmymoney/3f1481db19ea60e5ff7cd9ede80f4343ac3c828c