gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25760 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r25760 - gnunet/src/ats
Date: Fri, 11 Jan 2013 16:31:23 +0100

Author: wachs
Date: 2013-01-11 16:31:23 +0100 (Fri, 11 Jan 2013)
New Revision: 25760

Modified:
   gnunet/src/ats/test_ats_api_scheduling_check_min_bw_alt.c
Log:
fix test


Modified: gnunet/src/ats/test_ats_api_scheduling_check_min_bw_alt.c
===================================================================
--- gnunet/src/ats/test_ats_api_scheduling_check_min_bw_alt.c   2013-01-11 
14:32:03 UTC (rev 25759)
+++ gnunet/src/ats/test_ats_api_scheduling_check_min_bw_alt.c   2013-01-11 
15:31:23 UTC (rev 25760)
@@ -274,13 +274,15 @@
 
     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;
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]