Skip to content

clutter: Don't log filenames in debugging mode

Jonas Dreßler requested to merge verdre/mutter:less-annoying-debug into main

A slightly annoying "feature" of Clutters debug messages is that it also logs the filename and line of the current debug message. If you don't have an ultrawide monitor, this can be very annoying and cause lots of linebreaks in the debug logs.

So remove that debugging feature and no longer log the filename and line number with debugging messages.

Merge request reports