Missing space in weaver log message (#2767)

This commit is contained in:
Robin Rolf 2021-06-08 14:36:23 +02:00 committed by GitHub
parent 85306691a5
commit 9ff054ade4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ static bool WeaveModule(ModuleDefinition moduleDefinition)
} }
} }
watch.Stop(); watch.Stop();
Console.WriteLine("Weave behaviours and messages took" + watch.ElapsedMilliseconds + " milliseconds"); Console.WriteLine("Weave behaviours and messages took " + watch.ElapsedMilliseconds + " milliseconds");
return modified; return modified;
} }