projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d33ccb
)
connect_local_socket(): Silence noisy debug message.
author
Andre Noll
<maan@systemlinux.org>
Tue, 5 Oct 2010 06:10:54 +0000
(08:10 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 5 Oct 2010 06:10:54 +0000
(08:10 +0200)
net.c
patch
|
blob
|
history
diff --git
a/net.c
b/net.c
index
32f3ffe
..
64602a4
100644
(file)
--- a/
net.c
+++ b/
net.c
@@
-951,7
+951,7
@@
int connect_local_socket(const char *name)
struct sockaddr_un unix_addr;
int fd, ret;
- PARA_
INFO
_LOG("connecting to %s\n", name);
+ PARA_
DEBUG
_LOG("connecting to %s\n", name);
ret = init_unix_addr(&unix_addr, name);
if (ret < 0)
return ret;