Output debug infor showing which listener is being started.

This commit is contained in:
Tristan B. Kildaire 2020-05-01 09:39:41 +02:00
parent 62b03568ef
commit 3f9f93d1a8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public final class BesterServer
{ {
for(ulong i = 0; i < listeners.length; i++) for(ulong i = 0; i < listeners.length; i++)
{ {
debugPrint("Starting..."); debugPrint("Starting listener \"" ~ listeners[i].toString() ~ "\"...");
listeners[i].start(); listeners[i].start();
} }