aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-23 22:09:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-23 22:09:36 +0000
commit1aad2ce1a9604aa631d92fc7aebcd0def34736cc (patch)
tree77c1ea6959f93ef40e89cc5da0b5bacda4b90929
parentf3575010be1a53abe6a27b5e5c4d2d60f46ba805 (diff)
-fix dbg level
-rw-r--r--src/util/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server.c b/src/util/server.c
index c6d887c31c..b2b590dbdb 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -639,7 +639,7 @@ GNUNET_SERVER_create (GNUNET_CONNECTION_AccessCheck access, void *access_cls,
void
GNUNET_SERVER_client_mark_monitor (struct GNUNET_SERVER_Client *client)
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Marking client as monitor!\n");
client->is_monitor = GNUNET_YES;
}