[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r24287 - gnunet/src/testbed
From: |
gnunet |
Subject: |
[GNUnet-SVN] r24287 - gnunet/src/testbed |
Date: |
Fri, 12 Oct 2012 12:17:48 +0200 |
Author: harsha
Date: 2012-10-12 12:17:48 +0200 (Fri, 12 Oct 2012)
New Revision: 24287
Modified:
gnunet/src/testbed/gnunet-testbed-profiler.c
Log:
fix w32 build
Modified: gnunet/src/testbed/gnunet-testbed-profiler.c
===================================================================
--- gnunet/src/testbed/gnunet-testbed-profiler.c 2012-10-12 10:11:18 UTC
(rev 24286)
+++ gnunet/src/testbed/gnunet-testbed-profiler.c 2012-10-12 10:17:48 UTC
(rev 24287)
@@ -171,7 +171,7 @@
if (NULL == args[0])
{
- FPRINTF (stderr, _("No hosts-file specified on command line\n"));
+ fprintf (stderr, _("No hosts-file specified on command line\n"));
return;
}
if (0 == num_peers)
@@ -182,14 +182,14 @@
num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], &hosts);
if (0 == num_hosts)
{
- FPRINTF (stderr, _("No hosts loaded\n"));
+ fprintf (stderr, _("No hosts loaded\n"));
return;
}
for (nhost = 0; nhost < num_hosts; nhost++)
{
if (GNUNET_YES != GNUNET_TESTBED_is_host_habitable (hosts[nhost]))
{
- FPRINTF (stderr, _("Host %s cannot start testbed\n"),
+ fprintf (stderr, _("Host %s cannot start testbed\n"),
GNUNET_TESTBED_host_get_hostname_ (hosts[nhost]));
break;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r24287 - gnunet/src/testbed,
gnunet <=