From 2a09103f1087e632d271514df44163a8f6ac238e Mon Sep 17 00:00:00 2001 From: fdev31 Date: Mon, 23 Oct 2023 20:30:21 +0200 Subject: [PATCH] more informative log --- pyprland/plugins/scratchpads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyprland/plugins/scratchpads.py b/pyprland/plugins/scratchpads.py index e788771..df3a96f 100644 --- a/pyprland/plugins/scratchpads.py +++ b/pyprland/plugins/scratchpads.py @@ -382,7 +382,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring self.log.info("==> Wait for spawning") while uid in self._respawned_scratches: await asyncio.sleep(0.05) - self.log.info("<== spawned!") + self.log.info(f"=> spawned {uid} as proc {item.pid}") item.visible = True monitor = await get_focused_monitor_props()