aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-07 22:00:12 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-07 22:00:12 +0000
commita75ced83ea0041bc72e615743aa192f141ead643 (patch)
tree923e6d6bb12bb750a77a8e4d16b7e2478700ccb4 /src/core
parentae9ba22d4a9aa68619ce6d8cc901d919ea811f28 (diff)
downloadgnunet-a75ced83ea0041bc72e615743aa192f141ead643.tar.gz
gnunet-a75ced83ea0041bc72e615743aa192f141ead643.zip
better
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 1f849323a..9e8766f10 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -1656,11 +1656,13 @@ handle_client_request_info (void *cls,
1656 else 1656 else
1657 { 1657 {
1658 /* Technically, this COULD happen (due to asynchronous behavior), 1658 /* Technically, this COULD happen (due to asynchronous behavior),
1659 but it is very odd, so we should at least generate a stern 1659 but it should be rare, so we should generate an info event
1660 warning */ 1660 to help diagnosis of serious errors that might be masked by this */
1661 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1661 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1662 "Client asked for preference change with peer `%s', which is not connected!\n", 1662 _("Client asked for preference change with peer `%s', which is not connected!\n"),
1663 GNUNET_i2s (&rcm->peer)); 1663 GNUNET_i2s (&rcm->peer));
1664 GNUNET_SERVER_receive_done (client, GNUNET_OK);
1665 return;
1664 } 1666 }
1665 cim.header.size = htons (sizeof (struct ConfigurationInfoMessage)); 1667 cim.header.size = htons (sizeof (struct ConfigurationInfoMessage));
1666 cim.header.type = htons (GNUNET_MESSAGE_TYPE_CORE_CONFIGURATION_INFO); 1668 cim.header.type = htons (GNUNET_MESSAGE_TYPE_CORE_CONFIGURATION_INFO);