Skip to content

Commit

Permalink
added log message (#679)
Browse files Browse the repository at this point in the history
added log message in case of starting with a new type dictionary
  • Loading branch information
hg-ms authored Nov 10, 2023
1 parent 3b8361b commit b767194
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -967,9 +967,10 @@ private void synchInternalInitialize()
final HashEnum<PersistenceTypeHandler<D, ?>> newTypeHandlers = HashEnum.New();
final HashEnum<PersistenceTypeHandler<D, ?>> typeRegisteredTypeHandlers = HashEnum.New();

// either fill/initialize an empty type dictionary or initalize from a non-empty dictionary.
// either fill/initialize an empty type dictionary or initialize from a non-empty dictionary.
if(typeDictionary.isEmpty())
{
logger.info("Type dictionary is empty or not existing. Initializing type handler manager with a new default type dictionary");
this.synchInitializeBlank(newTypeHandlers);
}
else
Expand Down

0 comments on commit b767194

Please sign in to comment.