From 0a2c03ed597a27ff1ab06751b39618018f6d9deb Mon Sep 17 00:00:00 2001 From: James Date: Sun, 23 Oct 2022 19:34:40 +0200 Subject: 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(-) (limited to 'exwm-workspace.el') diff --git a/exwm-workspace.el b/exwm-workspace.el index fc68e1b07053..12319958cad1 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) -- cgit 1.4.1