From 4ad6be08239ab75c3cb97f36866fc919f20eeb40 Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 2 Sep 2014 10:37:16 +0000 Subject: [PATCH] tweak git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38057 72102866-910b-0410-8b05-ffd578937521 --- EcControl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcControl.m b/EcControl.m index afe86ed..b0fcb3a 100644 --- a/EcControl.m +++ b/EcControl.m @@ -1859,7 +1859,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos) else { m = [NSString stringWithFormat: - @"Re-registered new host with name '%@' at %@\n", + @"Re-registered host with name '%@' at %@\n", n, [NSDate date]]; [commands removeObjectIdenticalTo: old]; }