mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[registry] IJPL-162599 Log source of registry changes
(cherry picked from commit 5c70ff3cd5e3af4e6e75875b221d46d7bd4bbd85) (cherry picked from commit 64e1575a888a30ba3c875f817c57f3417ff610dd) IJ-MR-154004 GitOrigin-RevId: a904da4135e1c810c4023044158bc12188ddc54c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4cc0f4c18e
commit
8bfd009da8
@@ -245,7 +245,7 @@ open class RegistryValue @Internal constructor(
|
||||
}
|
||||
resetCache()
|
||||
registry.getStoredProperties().put(key, ValueWithSource(value, source))
|
||||
LOG.info("Registry value '$key' has changed to '$value'")
|
||||
LOG.info("Registry value '$key' has changed to '$value' by ${source.name}")
|
||||
|
||||
globalValueChangeListener.afterValueChanged(this)
|
||||
for (listener in listeners) {
|
||||
|
||||
Reference in New Issue
Block a user