added debugging support; commented out
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 18 Apr 2023 03:47:40 +0000 (13:47 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 18 Apr 2023 03:47:40 +0000 (13:47 +1000)
lsp-dbus/lsp-dbus-events.lsp

index 5770604bd3752025102d91c64b548c2c01298be2..634ab07ae2b33a12fef672e637456536d8a9c324 100644 (file)
         ))
     "main-loop: "))
 
+(define (human-msg MSG)
+  (human-bytes (unpack (dup "b" (length MSG)) MSG)))
+
 ;; Send message, then keep reading messages until there is a reply
 (define (send-recv-message MSG)
+  ;;(die nil (list 'send-recv-message (human-msg MSG)))
   (net-send (:%socket SYSTEM-BUS) MSG)
   (let ((REPLY nil))
     (while (nil? REPLY)