This commit is contained in:
Tristan B. Kildaire 2020-09-28 12:54:05 +02:00
parent 98700f3067
commit 89f9b7cc41
1 changed files with 1 additions and 2 deletions

View File

@ -168,8 +168,7 @@ public class DServer : Thread
/* Set this as the new queue */
connectionQueue = connectionQueueNew;
/* TODO: Implement removal */
writeln("Remove connection from queue "~to!(string)(connection));
writeln("Removed connection from queue "~to!(string)(connection));
/* Unlock the connections list */
connectionLock.unlock();