projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da28e6f
)
Remove annoying log messages
author
Nathan S. Evans
<evans@in.tum.de>
Fri, 25 Feb 2011 14:31:43 +0000
(14:31 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Fri, 25 Feb 2011 14:31:43 +0000
(14:31 +0000)
src/util/client.c
patch
|
blob
|
history
diff --git
a/src/util/client.c
b/src/util/client.c
index b1c92b3a64b2291bb322525fbbe38b743e12c7f1..11be6adb9bd1300e8ab28e3c7ee223c3d7ee6966 100644
(file)
--- a/
src/util/client.c
+++ b/
src/util/client.c
@@
-359,10
+359,10
@@
do_connect (const char *service_name,
}
}
#endif
- GNUNET_log(GNUNET_ERROR_TYPE_
WARNIN
G, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name);
+ GNUNET_log(GNUNET_ERROR_TYPE_
DEBU
G, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name);
return NULL;
}
- GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Creating from connect!\n");
+
sock = GNUNET_CONNECTION_create_from_connect (cfg,
hostname,
port);