Skip to content

Commit f35f86a

Browse files
committed
Fixed a error log message
1 parent 25e157b commit f35f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/computate/frFR/java/RegarderRepertoire.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public static void indexerEcrireClasses(String SITE_SRC, JsonObject classeLangue
423423
regarderClasse.ecrireGenClasses(regarderClasse.classeCheminAbsolu, classeLangueNom, classeLangueNom, classeLangueConfig);
424424
LOG.info(String.format("%s %s", classeLangueConfig.getString(I18n.var_Indexe), cheminStr));
425425
} catch(Exception ex) {
426-
LOG.error(String.format("An exception occured while indexing files: %s"), ex);
426+
LOG.error("An exception occured while indexing files", ex);
427427
}
428428
});
429429
}

0 commit comments

Comments
 (0)