diff options
Diffstat (limited to 'svdrpclient.c')
-rw-r--r-- | svdrpclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svdrpclient.c b/svdrpclient.c index 86a078c..6c5a0bf 100644 --- a/svdrpclient.c +++ b/svdrpclient.c @@ -490,7 +490,7 @@ int cSvdrpClient::connect() if (result != 0) { - tell(0, "Error: SVDRPCL: Cconnecting to '%s:%d' %s failed", ip, port, strerror(errno)); + tell(0, "Error: SVDRPCL: Connecting to '%s:%d' %s failed", ip, port, strerror(errno)); ::close(sock); return fail; |