fix test
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 Jan 2013 15:31:23 +0000 (15:31 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 Jan 2013 15:31:23 +0000 (15:31 +0000)
src/ats/test_ats_api_scheduling_check_min_bw_alt.c

index fcd58cf9d3cf35d98087a51ed504d9c0c9e8cb74..bf23ad2aa4a16ed4306c05170854ecf00b95baae 100644 (file)
@@ -274,13 +274,15 @@ address_suggest_cb (void *cls, const struct GNUNET_HELLO_Address *address,
 
     if (GNUNET_OK != compare_ats(atsi, ats_count, test_ats_info[1], test_ats_count))
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Stage %u: Callback with incorrect ats info \n");
+      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Stage %u: Callback with incorrect ats info \n",
+          stage);
       ret = 1;
     }
 
     if ((bw_in == 0) || (bw_out == 0))
     {
-        GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Stage %u: ATS did not set bandwidth correctly \n");
+        GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Stage %u: ATS did not set bandwidth correctly \n",
+            stage);
         ret = 1;
     }