Skip to content

Commit 076d1f1

Browse files
committed
updated changes
1 parent 824a4ac commit 076d1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LCT.SW360PackageCreator/ComponentCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private void UpdateToLocalBomFile(Components componentsData, string currName, st
147147
}
148148
else
149149
{
150-
Logger.DebugFormat("UpdateToLocalBomFile():Local Bom not updated for {0}-{1}.\n", currName, currVersion);
150+
Logger.DebugFormat("UpdateToLocalBomFile():Local BoM not updated for {0}-{1}.\n", currName, currVersion);
151151
}
152152
}
153153

src/LCT.Services/Sw360CreatorService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public Sw360CreatorService(ISW360ApicommunicationFacade sw360ApiCommunicationFac
5252
public async Task<ComponentCreateStatus> CreateComponentBasesOFswComaprisonBOM(
5353
ComparisonBomData componentInfo, Dictionary<string, string> attachmentUrlList)
5454
{
55-
Logger.DebugFormat("CreateComponentBasesOFswComaprisonBOM():starting to create component, Name-{0},version-{1}", componentInfo.Name, componentInfo.Version);
55+
Logger.DebugFormat("CreateComponentBasesOFswComaprisonBOM():Starting to create component, Name-{0},version-{1}", componentInfo.Name, componentInfo.Version);
5656
ComponentCreateStatus componentCreateStatus = new ComponentCreateStatus
5757
{
5858
IsCreated = true,

0 commit comments

Comments
 (0)