Windream: improve logging
This commit is contained in:
parent
d44ab2f087
commit
1ea73d9234
@ -777,7 +777,6 @@ Public Class Windream
|
||||
oWMStream.Close()
|
||||
_logger.Debug("Saving new object")
|
||||
|
||||
|
||||
oWMObject.aObjectType = GetObjectByName(WMObjecttypeName, WMEntityObjectType)
|
||||
|
||||
oWMObject.Save()
|
||||
@ -847,7 +846,7 @@ Public Class Windream
|
||||
|
||||
' Handle misconfigured drive-letter
|
||||
If oNormalizedPath.Contains(":") Then
|
||||
_logger.Warn($"oNormalizedPath still contains a drive name!!")
|
||||
_logger.Warn($"NormalizedPath [{oNormalizedPath}] still contains a drive name!!")
|
||||
_logger.Warn($"Check Your config ClientDriveLetter [{ClientDriveLetter}] // ClientBasePath [{ClientBasePath}]")
|
||||
oNormalizedPath = oNormalizedPath.Substring(3)
|
||||
End If
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user