log message
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 15:40:00 +0000 (15:40 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 15:40:00 +0000 (15:40 +0000)
src/ats/test_ats_solver_alternative_after_delete_address.c

index 3166eb99c33811afccf2f3cedd94e4ae5a4c22bf..dd0654638a4ce0c43e98f8d778da9cd7c42612b4 100644 (file)
@@ -262,7 +262,7 @@ address_suggest_cb (void *cls, const struct GNUNET_HELLO_Address *address,
     if ((ntohl(bandwidth_in.value__) == 0) &&
         (ntohl(bandwidth_out.value__) == 0))
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Done!\n");
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "ATS tells me to disconnect\n");
       GNUNET_SCHEDULER_add_now (&end, NULL);
       return;
     }