Listener is overwritting a previously registered listener

Hi!

I’m reading this in application server log file…

2018-01-16 15:09:21,731 [http://localhost:8090/xwiki/bin/view/Main/] WARN .o.i.DefaultObservationManager - The [org.xwiki.localization.wiki.internal.OnDemandDocumentTranslationBundle] listener is overwritting a previously registered listener [org.xwiki.localization.wiki.internal.ComponentDocumentTranslationBundle] since they both are registered under the same id [localization.bundle.document:xwiki:TaskManager.TaskManagerTranslations]. In the future consider removing a Listener first if you really want to register it again.

Must I somehow be concerned with this warning? Is it correct to have a listener registered twice with the same id?

Thanks!

I guess you could report that on task manager extension but I doubt this cause a noticeable issue (other than the log). It just means the same translation is registered twice for some reason.