From 4aaacc04a571730f3653d2a85c149d3a9d61ffcb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Jul 2025 20:54:14 -0700 Subject: [PATCH] fix logger name --- src/apprt/gtk-ng/class/resize_overlay.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/gtk-ng/class/resize_overlay.zig b/src/apprt/gtk-ng/class/resize_overlay.zig index aaec56b1f..321d3d565 100644 --- a/src/apprt/gtk-ng/class/resize_overlay.zig +++ b/src/apprt/gtk-ng/class/resize_overlay.zig @@ -8,7 +8,7 @@ const gtk = @import("gtk"); const gresource = @import("../build/gresource.zig"); const Common = @import("../class.zig").Common; -const log = std.log.scoped(.gtk_ghostty_window); +const log = std.log.scoped(.gtk_ghostty_resize_overlay); /// The overlay that shows the current size while a surface is resizing. /// This can be used generically to show pretty much anything with a