aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 20:36:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 20:36:35 +0000
commit9f899ab9e375a98d6b014f95172621ec9b9b1480 (patch)
tree156e64423f378cbfe9629a69e42cc01533d05ddd /src/util/test_configuration.c
parentfce3f96f9ffad4d63a172240b6b20d89e3f6dac7 (diff)
downloadgnunet-9f899ab9e375a98d6b014f95172621ec9b9b1480.tar.gz
gnunet-9f899ab9e375a98d6b014f95172621ec9b9b1480.zip
LRN: Fix debug logging in test_configuration
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index 77e33a586..365161e34 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -144,7 +144,7 @@ diffsCallBack (void *cls,
144 cbData->section = section; 144 cbData->section = section;
145 printf ("\nSection: %s\n", section); 145 printf ("\nSection: %s\n", section);
146 } 146 }
147 printf ("%s = %s\n", option, abs_value); 147 printf ("%s = %s\n", option, value);
148#endif 148#endif
149 default: 149 default:
150 break; 150 break;