Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Vorherige BPD-Version mit loggen
Browse files Browse the repository at this point in the history
  • Loading branch information
willuhn committed Oct 5, 2014
1 parent c2d3933 commit 0c3b2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/kapott/hbci/manager/HBCIInstitute.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public void fetchBPD()
// gelandet sind.
if (!version.equals("0"))
{
HBCIUtils.log("resetting BPD version to 0",HBCIUtils.LOG_INFO);
HBCIUtils.log("resetting BPD version from " + version + " to 0",HBCIUtils.LOG_INFO);
passport.getBPD().setProperty("BPA.version","0");
passport.saveChanges();
}
Expand Down

0 comments on commit 0c3b2ba

Please sign in to comment.