aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/PortsTerminalAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PortEngine/PortsTerminalAPI.cs')
-rw-r--r--PortEngine/PortsTerminalAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/PortsTerminalAPI.cs b/PortEngine/PortsTerminalAPI.cs
index c751b85..b41bd2c 100644
--- a/PortEngine/PortsTerminalAPI.cs
+++ b/PortEngine/PortsTerminalAPI.cs
@@ -44,7 +44,7 @@ namespace PortEngine
default:
if (pendingCommand.StartsWith("changeusername --"))
{
- Console.WriteLine("Username changed from " + Properties.Settings.Default.userDisplayName + " to " + pendingCommand.Substring(17));
+ Console.WriteLine("Changed username.");
Properties.Settings.Default.userDisplayName = pendingCommand.Substring(17);
break;
}