aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 7d8834082..14055e11f 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -64,7 +64,7 @@ end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
64 ok); 64 ok);
65 if (NULL != proc) 65 if (NULL != proc)
66 { 66 {
67 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 67 if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
68 { 68 {
69 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 69 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
70 } 70 }