aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
commitc644917564f9a76b47b8c0d531e95020da9e282c (patch)
treec188c2911518f74f6b5405d781440590736291a1 /src/namestore/test_namestore_api_remove_not_existing_record.c
parent17de5c9d798109f55059190c886609ba377e4eb6 (diff)
downloadgnunet-c644917564f9a76b47b8c0d531e95020da9e282c.tar.gz
gnunet-c644917564f9a76b47b8c0d531e95020da9e282c.zip
-fixing some namestore tests
Diffstat (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/namestore/test_namestore_api_remove_not_existing_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c
index c31ea8d0b..4e207257e 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -114,7 +114,7 @@ remove_cont (void *cls, int32_t success, const char *emsg)
114 char *name = cls; 114 char *name = cls;
115 115
116 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Remove record for `%s': %s `%s'\n", name, (success == GNUNET_YES) ? "SUCCESS" : "FAIL", emsg); 116 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Remove record for `%s': %s `%s'\n", name, (success == GNUNET_YES) ? "SUCCESS" : "FAIL", emsg);
117 if (GNUNET_NO == success) 117 if (GNUNET_OK == success)
118 { 118 {
119 res = 0; 119 res = 0;
120 } 120 }