diff options
author | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-01-13 17:41:41 +0000 |
---|---|---|
committer | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-01-13 17:41:41 +0000 |
commit | d9d5f532693a6c141dff4d4fe7c08d6f4b83c8a5 (patch) | |
tree | 6b0cc78c66c54676c1438dc19f5ccd982d2f0801 | |
parent | 71719f12551b3c8dedd10d6f9fd91bacae64f549 (diff) |
Allow caller to print peerinfo error message, if it so chooses
git-svn-id: https://gnunet.org/svn/gnunet@14162 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/peerinfo/peerinfo_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 3ec34c7055..dbaecb81e0 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -532,7 +532,7 @@ signal_timeout (void *cls, GNUNET_asprintf(&err_msg,_("Timeout transmitting iteration request to `%s' service.\n"), "PEERINFO"); - GNUNET_log (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,err_msg); + ic->timeout_task = GNUNET_SCHEDULER_NO_TASK; if (! ic->in_receive) GNUNET_CONTAINER_DLL_remove (ic->h->tq_head, |