gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 138/324: mq: Fix &who for &overly-full-queue-warning.


From: gnunet
Subject: [gnunet-scheme] 138/324: mq: Fix &who for &overly-full-queue-warning.
Date: Tue, 21 Sep 2021 13:22:58 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit c91091d90f3ac143b9f07704dcf98980ba41a488
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Jun 15 20:20:23 2021 +0200

    mq: Fix &who for &overly-full-queue-warning.
    
    Previously, the value for &who was 'send!', but the procedure
    name 'send-message!' seems more appropriate.
    
    * gnu/gnunet/mq.scm (send-message!): When raising an
      &overly-full-queue-warning, use 'send-message!' as value for
      &who instead of 'send!'.
---
 gnu/gnunet/mq.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/mq.scm b/gnu/gnunet/mq.scm
index ef25cb3..c195e26 100644
--- a/gnu/gnunet/mq.scm
+++ b/gnu/gnunet/mq.scm
@@ -280,7 +280,7 @@ will be called."
                          queue-length suspicious-length)
                         ;; TODO: consider
                         ;; (@ (gnu gnunet mq) send!) here and elsewhere.
-                        (make-who-condition 'send!)))))
+                        (make-who-condition 'send-message!)))))
         (try-send-again! mq))))
 
     (define (try-send-again! mq)

-- 
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]