aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parentf3575010be1a53abe6a27b5e5c4d2d60f46ba805 (diff)
downloadgnunet-1aad2ce1a9604aa631d92fc7aebcd0def34736cc.tar.gz
gnunet-1aad2ce1a9604aa631d92fc7aebcd0def34736cc.zip
-fix dbg level
Diffstat (limited to 'src')
-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 c6d887c31..b2b590dbd 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,
639void 639void
640GNUNET_SERVER_client_mark_monitor (struct GNUNET_SERVER_Client *client) 640GNUNET_SERVER_client_mark_monitor (struct GNUNET_SERVER_Client *client)
641{ 641{
642 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 642 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
643 "Marking client as monitor!\n"); 643 "Marking client as monitor!\n");
644 client->is_monitor = GNUNET_YES; 644 client->is_monitor = GNUNET_YES;
645} 645}