Skip to content
Snippets Groups Projects
Commit 914a8ec5 authored by Olivier Dion's avatar Olivier Dion
Browse files

agent/peer-monitor: Fix typo and add pause in sighandler

Change-Id: I298a8bdca4a9263a5afa332b8501b1fefc3929de
parent 85496368
No related branches found
No related tags found
No related merge requests found
...@@ -67,10 +67,12 @@ ...@@ -67,10 +67,12 @@
(let ((account (fluid-ref agent:account-id)) (let ((account (fluid-ref agent:account-id))
(details (next-details!))) (details (next-details!)))
(progress "SIGALRM - Chaning account details: ~a" details) (progress "SIGALRM - Changing account details: ~a" details)
(account:send-register account #f) (account:send-register account #f)
(account:set-details account details) (account:set-details account details)
(account:send-register account #t)))) (account:send-register account #t))
(pause)))
;; Setup timer to trigger at next midnigh of UTC+0. This means that peers can ;; Setup timer to trigger at next midnigh of UTC+0. This means that peers can
;; have different timezones and still synchronize at the same time. ;; have different timezones and still synchronize at the same time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment