aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-23 10:06:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-23 10:06:07 +0000
commitf76e7c10d09a037ffd102a0f4998ba86c5e14f97 (patch)
tree7e60558b8dfb8223c0b2dc6e9ddcbe9d18bf5e4f /src/arm/test_exponential_backoff.c
parentf44c0036572d5557d2496748a4190a61e40e61ff (diff)
downloadgnunet-f76e7c10d09a037ffd102a0f4998ba86c5e14f97.tar.gz
gnunet-f76e7c10d09a037ffd102a0f4998ba86c5e14f97.zip
getting rid of unnecessary ignore_shutdown calls
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index ec2f4545d..3ff4d284f 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -188,7 +188,7 @@ write_shutdown (void *cls, size_t size, void *buf)
188 188
189 if (size < sizeof (struct GNUNET_MessageHeader)) 189 if (size < sizeof (struct GNUNET_MessageHeader))
190 { 190 {
191 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 191 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
192 _("Failed to transmit shutdown request to client.\n")); 192 _("Failed to transmit shutdown request to client.\n"));
193 shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_SYSERR); 193 shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_SYSERR);
194 GNUNET_CLIENT_disconnect (shutdown_ctx->sock, GNUNET_NO); 194 GNUNET_CLIENT_disconnect (shutdown_ctx->sock, GNUNET_NO);