mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
replace system out with logging
This commit is contained in:
@@ -366,7 +366,7 @@ public class JAXBConfigurationEntryStore<V>
|
||||
if (!element.isNil())
|
||||
{
|
||||
V v = element.getValue();
|
||||
System.out.println( "value: " + v );
|
||||
logger.trace("add element {} to configuration entry store", v);
|
||||
|
||||
entries.put(key, v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user