diff --git a/ChangeLog b/ChangeLog index 84ad80b3e..4ccb25163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Elijah Newren + + * src/window.c (update_net_frame_extents): make the debugging + message actually correspond to the code. Patch from Björn + Lindqvist. Fixes #322051. + 2005-11-29 Kjartan Maraas * src/screen.h: Make the wireframe a bit slimmer. diff --git a/src/window.c b/src/window.c index 7cb7d82d8..19bb2790c 100644 --- a/src/window.c +++ b/src/window.c @@ -3769,7 +3769,7 @@ update_net_frame_extents (MetaWindow *window) meta_topic (META_DEBUG_GEOMETRY, "Setting _NET_FRAME_EXTENTS on managed window 0x%lx " - "to top = %ld, left = %ld, bottom = %ld, right = %ld\n", + "to left = %ld, right = %ld, top = %ld, bottom = %ld\n", window->xwindow, data[0], data[1], data[2], data[3]); meta_error_trap_push (window->display);