Skip to content

Commit fde108d

Browse files
Removed sucess message
1 parent 50d8b88 commit fde108d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LCT.SW360PackageCreator/CreatorValidator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public static async Task TriggerFossologyValidation(CommonAppSettings appSetting
114114
$"{releaseId}#/tab-Summary";
115115
FossTriggerStatus fossResult = await sw360CreatorService.TriggerFossologyProcessForValidation(releaseId, sw360link);
116116
if (!string.IsNullOrEmpty(fossResult?.Links?.Self?.Href))
117-
{
118-
Logger.Logger.Log(null, Level.Info, $"SW360 Fossology Process validation successfull!!", null);
117+
{
118+
Logger.Debug($"TriggerFossologyValidation():SW360 Fossology Process validation successfull!!");
119119
}
120120
}
121121
else

0 commit comments

Comments
 (0)