guix-commits
[Top][All Lists]
Advanced

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

branch master updated: remote-worker: Fix typo.


From: Mathieu Othacehe
Subject: branch master updated: remote-worker: Fix typo.
Date: Mon, 29 Nov 2021 07:50:59 -0500

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

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 5bde928  remote-worker: Fix typo.
5bde928 is described below

commit 5bde9287b22385d5abd43299111d15f1a729a795
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Nov 29 13:50:36 2021 +0100

    remote-worker: Fix typo.
    
    * src/cuirass/scripts/remote-worker.scm (start-worker): Fix typo.
---
 src/cuirass/scripts/remote-worker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/scripts/remote-worker.scm 
b/src/cuirass/scripts/remote-worker.scm
index de565a4..a96ee0d 100644
--- a/src/cuirass/scripts/remote-worker.scm
+++ b/src/cuirass/scripts/remote-worker.scm
@@ -340,7 +340,7 @@ and executing them.  The worker can reply on the same 
socket."
          (ready socket worker)
          (worker-ping worker server)
          (let loop ()
-           (info (G_ "~a: request work.~%") (worker-name worker))
+           (info (G_ "~a: request work.~%") (worker-name wrk))
            (request-work socket worker)
            (match (zmq-get-msg-parts-bytevector socket '())
              ((empty command)



reply via email to

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