summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/util_sock.c')
-rw-r--r--source/lib/util_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index 5a77a003485..681efa0277d 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -923,7 +923,7 @@ int open_pipe_sock(char *path)
if (connect(sock, (struct sockaddr*) &sa, sizeof(sa)) < 0)
{
- DEBUG(0,("socket connect to %s failed: %s\n",
+ DEBUG(1,("socket connect to %s failed: %s\n",
sa.sun_path,strerror(errno)));
close(sock);
return -1;