Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 29, 2016
1 parent fbde0d5 commit ff81aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/citydb/ImpExp.java
Expand Up @@ -349,7 +349,6 @@ public boolean accept(File dir, String name) {
if (oldProjectFile.exists()) {
LOG.warn("Failed to read project settings file '" + projectFile + '\'');
LOG.warn("Loading settings from previous file '" + oldProjectFile + "\' instead");
confPath = oldConfPath.toString();
projectFile = oldProjectFile;
}
}
Expand Down

0 comments on commit ff81aa1

Please sign in to comment.