diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2020-10-01 15:00:37 +0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-10-06 15:52:54 +0000 |
commit | b536a531cbf39e74b339c8f5fe0cc1ad69302a00 (patch) | |
tree | 3be7ab4f804dae1ea0dc1fe2e851ee1272b06376 | |
parent | 98df888f039697418c6a7ba2fca092d08bbd47c9 (diff) | |
download | mutter-b536a531cbf39e74b339c8f5fe0cc1ad69302a00.tar.gz |
place: Use 'placement' topic for logging monitor rect
It was logged using the 'xinerama' topic during placement calculation,
which doesn't seem very relevant here since a handful of years.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1465
-rw-r--r-- | src/core/place.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/place.c b/src/core/place.c index de09e15eb..b9dd3db9e 100644 --- a/src/core/place.c +++ b/src/core/place.c @@ -526,7 +526,7 @@ find_first_fit (MetaWindow *window, meta_rectangle_to_string (&logical_monitor->rect, monitor_location_string); - meta_topic (META_DEBUG_XINERAMA, + meta_topic (META_DEBUG_PLACEMENT, "Natural monitor is %s\n", monitor_location_string); } |