Skip to content

Commit c937601

Browse files
committed
show prefs path
1 parent dcbe938 commit c937601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jabref/preferences/JabRefPreferences.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,7 @@ public void exportPreferences(String filename) throws JabRefException {
11481148
}
11491149

11501150
public void exportPreferences(Path file) throws JabRefException {
1151+
LOGGER.debug(file.toAbsolutePath().toString());
11511152
try (OutputStream os = Files.newOutputStream(file)) {
11521153
prefs.exportSubtree(os);
11531154
} catch (BackingStoreException | IOException ex) {

0 commit comments

Comments
 (0)