(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Jun 2011 08:24:00 +0000 (08:24 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Jun 2011 08:24:00 +0000 (08:24 +0000)
src/transport/gnunet-service-transport.c

index b5b336c84fa07943fb13ed25e1a4cd87a0a03e8f..02b97c95a372e11037656d37946d538decdd3810 100644 (file)
@@ -7307,7 +7307,7 @@ void ats_init ()
        ats->ats_task = GNUNET_SCHEDULER_NO_TASK;
 
 #if !HAVE_LIBGLPK
-       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "GLPK not installed, ATS not active\n");
+       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ATS not active\n");
        return;
 #endif