Skip to content

Commit 895b998

Browse files
committed
Print config file path.
1 parent 6c8b3bf commit 895b998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/esotericsoftware/dnsmadeeasy/DnsMadeEasy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ String http (String url) throws IOException {
7575
}
7676

7777
void saveConfig () throws IOException {
78+
System.out.println("Saving: " + configFile.getAbsolutePath());
7879
FileWriter writer = new FileWriter(configFile);
7980
writer.write("User: " + user + "\r\n");
8081
writer.write("Password: " + pass + "\r\n");

0 commit comments

Comments
 (0)