Skip to content

Commit d978151

Browse files
committed
Add successfull upload log trace .
1 parent da4391b commit d978151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Services/ProductCarbonFootprintService.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ private void PersistInCloudLibrary(string productionLineName, double serialNumbe
122122
{
123123
Console.WriteLine("Error uploading PCF to Cloud Library: " + response.StatusCode.ToString());
124124
}
125+
else
126+
{
127+
Console.WriteLine("Successfully uploaded PCF to Cloud Library for " + aasName);
128+
}
125129
}
126130

127131
private float RetrieveScope3Emissions()

0 commit comments

Comments
 (0)