Skip to content

Commit a5fa390

Browse files
Wouter De RijckCumpsD
authored andcommitted
fix: log listing on port in output
1 parent d059bfb commit a5fa390

File tree

1 file changed

+2
-1
lines changed
  • test/BuildingRegistry.Importer.TestClient

1 file changed

+2
-1
lines changed

test/BuildingRegistry.Importer.TestClient/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ static void Main(string[] args)
2525

2626
Listener.Prefixes.Add($"http://+:{port}/grar/");
2727
Listener.Start();
28-
Console.WriteLine("Listening... Press CTRL + C to exit.");
28+
Console.WriteLine($"Listening on http://localhost:{port} ...");
29+
Console.WriteLine("Press CTRL + C to exit.");
2930

3031
while (Listener.IsListening)
3132
{

0 commit comments

Comments
 (0)