Fixed regressions and new bugs in importing
[moonshot-ui.git] / src / moonshot-local-flat-file-store.vala
index e4c303c..d1d7127 100644 (file)
@@ -131,6 +131,7 @@ public class LocalFlatFileStore : Object, IIdentityCardStore {
                 id_card_list.add(id_card);
             }
             catch (Error e) {
+                logger.error("load_id_cards: Error while loading keyfile: %s\n".printf(e.message));
                 stdout.printf("Error:  %s\n", e.message);
             }
         }