mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
Added time took message
This commit is contained in:
parent
b1ccde00c1
commit
ec4eb484ab
1 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,8 @@ namespace Cosmos.Build.MSBuild {
|
|||
string.Format("IL2CPU invoked with DebugMode='{0}', DebugEnabled='{1}', TraceAssemblies='{2}', IgnoreDebugStub='{3}'",
|
||||
DebugMode, DebugEnabled, TraceAssemblies ?? "{NULL}", IgnoreDebugStubAttribute
|
||||
));
|
||||
|
||||
Log.LogMessage(MessageImportance.High, "IL2CPU task took {0}", xSW.Elapsed);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue