summaryrefslogtreecommitdiff
path: root/src/Server/CommandsTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/CommandsTable.java')
-rw-r--r--src/Server/CommandsTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index ba80ade..96e7336 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -115,7 +115,7 @@ class CommandPrivmsg extends Command
}
catch (java.util.ConcurrentModificationException e)
{
- System.err.println("concurrency error, privmsg may not be fully delivered\n");
+ System.err.println("concurrency error, privmsg may not be fully delivered");
}
System.out.println("printed message to ports: " + ports);
}