Skip to content

Commit

Permalink
Added solution id in logs for Ginger Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshkale447 committed Jul 16, 2024
1 parent 0a04694 commit 230578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ginger/GingerCoreNET/WorkSpaceLib/WorkSpace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public bool OpenSolution(string solutionFolder, string encryptionKey = null)
//Change sealights configurations object
Solution.SetSealightsOldConifurationsToNewObject();

Reporter.ToLog(eLogLevel.INFO, string.Format("Finished Loading successfully the Solution '{0}'", solutionFolder));
Reporter.ToLog(eLogLevel.INFO, string.Format("Finished Loading successfully the Solution '{0}' (Solution Id: {1})", solutionFolder,solution.Guid));
SolutionLoaded = true;
return true;
}
Expand Down

0 comments on commit 230578e

Please sign in to comment.