gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: [fs] Print error code


From: gnunet
Subject: [gnunet] branch master updated: [fs] Print error code
Date: Mon, 24 Oct 2022 20:58:37 +0200

This is an automated email from the git hooks/post-receive script.

madmurphy pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3f89ededb [fs] Print error code
3f89ededb is described below

commit 3f89ededb4a87a79131c6570ae8027b1ebbfa64f
Author: madmurphy <madmurphy333@gmail.com>
AuthorDate: Mon Oct 24 19:58:32 2022 +0100

    [fs] Print error code
---
 src/fs/fs_list_indexed.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/fs/fs_list_indexed.c b/src/fs/fs_list_indexed.c
index 6a2ddd93c..7cd6161e3 100644
--- a/src/fs/fs_list_indexed.c
+++ b/src/fs/fs_list_indexed.c
@@ -148,8 +148,9 @@ mq_error_handler (void *cls,
   struct GNUNET_FS_GetIndexedContext *gic = cls;
 
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-              _ ("Failed to receive response from `%s' service.\n"),
-              "fs");
+              _ ("Failed to receive response from `%s' service (error code is 
%d).\n"),
+              "fs",
+              error);
   (void) gic->iterator (gic->iterator_cls, NULL, NULL);
   GNUNET_FS_get_indexed_files_cancel (gic);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]