Skip to content

Commit d00da89

Browse files
authored
Make CCore benchmark server write consistent startup message (#729)
1 parent 0da0662 commit d00da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/benchmarkapps/GrpcCoreServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private static async Task RunAsync(IConfigurationRoot config)
7373
};
7474
server.Start();
7575

76-
Console.WriteLine("Started!");
76+
Console.WriteLine("Application started.");
7777
Console.WriteLine("Press any key to stop the server...");
7878
Console.ReadKey();
7979

0 commit comments

Comments
 (0)