aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-12-30 20:37:01 +0100
committerlurchi <lurchi@strangeplace.net>2017-12-30 20:42:47 +0100
commit1d6a686ccc73ce02fd6e22decb82425012a82a04 (patch)
tree363428c2e7d91c879fc15a213b7845552bf3e670 /src/social/test_social.c
parent682bf4377d630f63912c0cdc7f612e9df9c82a33 (diff)
downloadgnunet-1d6a686ccc73ce02fd6e22decb82425012a82a04.tar.gz
gnunet-1d6a686ccc73ce02fd6e22decb82425012a82a04.zip
cleanup
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 61dbd121c..4d95cf005 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -359,7 +359,7 @@ host_farewell2 (void *cls,
359 const struct GNUNET_SOCIAL_Nym *nym, 359 const struct GNUNET_SOCIAL_Nym *nym,
360 struct GNUNET_PSYC_Environment *env) 360 struct GNUNET_PSYC_Environment *env)
361{ 361{
362 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 362 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
363 "Nym left the place again.\n"); 363 "Nym left the place again.\n");
364 GNUNET_SCHEDULER_add_now (&schedule_host_leave, NULL); 364 GNUNET_SCHEDULER_add_now (&schedule_host_leave, NULL);
365} 365}