aboutsummaryrefslogtreecommitdiff
path: root/src/testing/gnunet-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-12 09:54:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-12 09:54:00 +0000
commit403971ca3dfc578dcc527e5839f7c26cd64b17da (patch)
treedc06df2a6387514244a4fbf3c26a7023d1e9f1a7 /src/testing/gnunet-testing.c
parent0a107e575008aafdfeaccbb7714744c8dbcb1967 (diff)
downloadgnunet-403971ca3dfc578dcc527e5839f7c26cd64b17da.tar.gz
gnunet-403971ca3dfc578dcc527e5839f7c26cd64b17da.zip
-fix
Diffstat (limited to 'src/testing/gnunet-testing.c')
-rw-r--r--src/testing/gnunet-testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/gnunet-testing.c b/src/testing/gnunet-testing.c
index fdce52bb4..8f7c6393d 100644
--- a/src/testing/gnunet-testing.c
+++ b/src/testing/gnunet-testing.c
@@ -73,7 +73,7 @@ create_unique_cfgs (const char * template, const unsigned int no)
73 if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg_tmpl, NULL)) 73 if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg_tmpl, NULL))
74 { 74 {
75 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not load template `%s'\n", create_cfg_template); 75 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not load template `%s'\n", create_cfg_template);
76 GNUNET_CONFIGURATION_destroy (cfg_templ); 76 GNUNET_CONFIGURATION_destroy (cfg_tmpl);
77 return 1; 77 return 1;
78 } 78 }
79 79