Commit d6f65577 authored by Riegel's avatar Riegel
Browse files

Refactor: Add logger message

2 merge requests!28Version 3.17.0 Release,!26Add ZIP-archive support
Showing with 2 additions and 1 deletion
+2 -1
......@@ -50,7 +50,8 @@ public class CityGmlZipArchive implements Serializable {
cgmlArchive.setEntries(archiveEntries);
return cgmlArchive;
} catch (IOException e) {
throw new RuntimeException(e);
logger.error("Encountered an IOError while registering CityGmlArchive", e);
return null;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment