Skip to content

Commit

Permalink
better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenHankiewicz committed Nov 4, 2022
1 parent 9ab9881 commit 16237aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void startImport(ImportSet importSet) {
if (eadManager.isDbStatusOk()) {
nodeId = eadManager.addDocumentNodeWithMetadata(processDescription.getRow(), processDescription.getMetaDataMapping());
} else {
updateLogAndProcess(process.getId(), "Couldn't open baseX-DB, no EAD-Entries were generated for this process!", 3);
updateLogAndProcess(process.getId(), "Couldn't open baseX-DB as the database is locked! No EAD-Entries were generated for this process!", 3);
}
}
this.prefs = dManager.getPrefs();
Expand Down

0 comments on commit 16237aa

Please sign in to comment.