]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/json/v1_15/AccountListParser.java
AccountListParser: include version in debug output
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / json / v1_15 / AccountListParser.java
index 4206d0fc482429a475fbbb5628c5a834e86a836b..8e71cbd09d3a72cd448eda5bd6c95e0a43bfd18b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2020 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -43,7 +43,7 @@ public class AccountListParser {
 
         if (next.getAname().equalsIgnoreCase("root")) return nextAccount();
 
-        debug("accounts", String.format("Got account '%s'", next.getAname()));
+        debug("accounts", String.format("Got account '%s' [v1.15]", next.getAname()));
         return next;
     }
 }