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:
6c89da7
)
debug instead of error
author
Nathan S. Evans
<evans@in.tum.de>
Sat, 5 Feb 2011 12:27:46 +0000
(12:27 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Sat, 5 Feb 2011 12:27:46 +0000
(12:27 +0000)
src/hostlist/hostlist-server.c
patch
|
blob
|
history
diff --git
a/src/hostlist/hostlist-server.c
b/src/hostlist/hostlist-server.c
index 4c88ae317f5ac738538e266393c79a3522f9dfa2..91354b87c57c21dc24fc0a7606e98d2a305c3a3b 100644
(file)
--- a/
src/hostlist/hostlist-server.c
+++ b/
src/hostlist/hostlist-server.c
@@
-188,7
+188,7
@@
host_processor (void *cls,
if (err_msg != NULL)
{
- GNUNET_log (GNUNET_ERROR_TYPE_
ERROR
,
+ GNUNET_log (GNUNET_ERROR_TYPE_
DEBUG
,
_("Error in communication with PEERINFO service:\n `%s'"), err_msg);
return;
}
@@
-462,7
+462,7
@@
process_notify (void *cls,
#endif
if (err_msg != NULL)
{
- GNUNET_log (GNUNET_ERROR_TYPE_
ERROR
,
+ GNUNET_log (GNUNET_ERROR_TYPE_
DEBUG
,
_("Error in communication with PEERINFO service\n"));
/* return; */
}