You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -159,7 +159,7 @@ public void runFetcherWorker() {
159
159
dialogService.showInformationDialogAndWait(Localization.lang("Failed to import by ID"), Localization.lang("Error message %0", fetcherExceptionMessage));
160
160
}
161
161
162
-
LOGGER.error(String.format("Exception during fetching when using fetcher '%s' with entry id '%s'.", fetcher, searchId), exception);
162
+
LOGGER.error("Exception during fetching when using fetcher '{}' with entry id '{}'.", fetcher, searchId, exception);
163
163
164
164
searchingProperty.set(false);
165
165
fetcherWorker = newFetcherWorker();
@@ -204,10 +204,11 @@ public void runFetcherWorker() {
0 commit comments