Fix property map logging
This commit is contained in:
parent
f6fc6fe7dc
commit
ca63a8c47d
@ -67,7 +67,7 @@ namespace ZUGFeRDRESTService.Controllers
|
|||||||
});
|
});
|
||||||
_props = new PropertyValues(_logConfig);
|
_props = new PropertyValues(_logConfig);
|
||||||
|
|
||||||
_logger.Debug("Property Map initial: [{0}] entries found.", _propertyMap.Count);
|
_logger.Debug("Property Map initial: [{0}] entries found.", oPropertyMap.Count);
|
||||||
|
|
||||||
if (_AllowZugferd10 == true)
|
if (_AllowZugferd10 == true)
|
||||||
_propertyMap = oPropertyMap.
|
_propertyMap = oPropertyMap.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user