(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 10 Jun 2011 13:23:33 +0000 (13:23 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 10 Jun 2011 13:23:33 +0000 (13:23 +0000)
src/transport/gnunet-service-transport.c

index fb873cbba260776841781ddca456c9bc5b85b040..9a79f58ae87046a95fc71bdc7a501b70a6a741e6 100644 (file)
@@ -7274,7 +7274,7 @@ void ats_init ()
        ats->ats_task = GNUNET_SCHEDULER_NO_TASK;
 
 #if !HAVE_LIBGLPK
-       GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "GLPK not installed, ATS not active\n");
+       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "GLPK not installed, ATS not active\n");
        return;
 #endif