diff options
-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); } |