gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24140 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r24140 - gnunet/src/testbed
Date: Sun, 30 Sep 2012 14:04:32 +0200

Author: LRN
Date: 2012-09-30 14:04:32 +0200 (Sun, 30 Sep 2012)
New Revision: 24140

Modified:
   gnunet/src/testbed/test_testbed_api_3peers_3controllers.c
Log:
Try to fix W32 builds

Modified: gnunet/src/testbed/test_testbed_api_3peers_3controllers.c
===================================================================
--- gnunet/src/testbed/test_testbed_api_3peers_3controllers.c   2012-09-30 
09:40:04 UTC (rev 24139)
+++ gnunet/src/testbed/test_testbed_api_3peers_3controllers.c   2012-09-30 
12:04:32 UTC (rev 24140)
@@ -732,7 +732,8 @@
   return 0;
 
  error_exit:
-  (void) PRINTF ("Unable to run the test as this system is not configured "
+  (void) PRINTF ("%s",
+                 "Unable to run the test as this system is not configured "
                  "to use password less SSH logins to localhost.\n"
                  "Marking test as successful\n");
   return 0;




reply via email to

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