diff --git a/colorcorrection/manager.cpp b/colorcorrection/manager.cpp --- a/colorcorrection/manager.cpp +++ b/colorcorrection/manager.cpp @@ -825,6 +825,8 @@ void Manager::autoLocationUpdate(double latitude, double longitude) { + qCDebug(KWIN_COLORCORRECTION, "Received new location (lat: %f, lng: %f)", latitude, longitude); + if (!checkLocation(latitude, longitude)) { return; }