mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
added missing id parameter for log message
This commit is contained in:
@@ -215,7 +215,7 @@ public class JAXBConfigurationEntryStore<V>
|
||||
@Override
|
||||
public V get(String id)
|
||||
{
|
||||
logger.trace("get item {} from configuration store");
|
||||
logger.trace("get item {} from configuration store", id);
|
||||
|
||||
return entries.get(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user