Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r49339 -r49420 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 49339) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 49420) @@ -69,7 +69,7 @@ Do ..InsertInventSyncObjecten(ProductIterator) If ..AxdEntityHeader.InventSync.Count() = 0 { - Do ..Logger.Error("Geen InventSyncs gemaakt","SubjectId: '"_Request.SubjectId_"'") + Do ..Logger.Info("Geen InventSyncs gemaakt","SubjectId: '"_Request.SubjectId_"'") } Set ADUMsgOutboundInQuery = ##class(AXif.Dynamics.Inventory.MessageParts.AxdADUMsgOutboundInQuery).%New() @@ -109,7 +109,7 @@ } } catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Do ..Logger.Warning("InventoryOutConverter",Exception.GeefOmschrijving()) + Do ..Logger.Error("InventoryOutConverter",Exception.GeefOmschrijving()) } } ]]> Index: vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml =================================================================== diff -u -r49339 -r49420 --- vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 49339) +++ vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 49420) @@ -318,12 +318,12 @@ ]]> - + - + - +