branch: externals/exwm
commit 0a2c03ed597a27ff1ab06751b39618018f6d9deb
Author: James <m...@j4m3s.eu>
Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>

    Fix logging order in exwm-workspace--set-active
    
    * exwm-workspace.el (exwm-workspace--set-active): Swap logging
      arguments to match message.
    
    Copyright-paperwork-exempt: yes
---
 exwm-workspace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exwm-workspace.el b/exwm-workspace.el
index fc68e1b070..12319958ca 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -444,7 +444,7 @@ NIL if FRAME is not a workspace"
 
 (defun exwm-workspace--set-active (frame active)
   "Make frame FRAME active on its monitor."
-  (exwm--log "active=%s; frame=%s" frame active)
+  (exwm--log "active=%s; frame=%s" active frame)
   (set-frame-parameter frame 'exwm-active active)
   (if active
       (exwm-workspace--set-fullscreen frame)

Reply via email to