summaryrefslogtreecommitdiff
path: root/workspace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'workspace.lua')
-rw-r--r--workspace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace.lua b/workspace.lua
index 9da5e4a..26e2e47 100644
--- a/workspace.lua
+++ b/workspace.lua
@@ -113,7 +113,7 @@ function Workspace:view(screen, desktop_idx, page_idx)
-- take the topmost free one
page_idx = desktop.indices_free:pop()
if page_idx == nil then
- print("No free pages on desktop")
+ utils.warn('Workspace', 'No free pages on desktop %d', desktop_idx)
return
end
else