Git commit 8bae32aa22e2b4aa06313b1f6f92ba3d409d8da3 by David Jarvie. Committed on 30/09/2014 at 22:09. Pushed by djarvie into branch 'KDE/4.14'. Extra debug logging M +1 -0 kalarm/collectionmodel.cpp http://commits.kde.org/kdepim/8bae32aa22e2b4aa06313b1f6f92ba3d409d8da3 diff --git a/kalarm/collectionmodel.cpp b/kalarm/collectionmodel.cpp index f874a99..6b84559 100644 --- a/kalarm/collectionmodel.cpp +++ b/kalarm/collectionmodel.cpp @@ -927,6 +927,7 @@ CalEvent::Types CollectionControlModel::checkTypesToEna= ble(const Collection& col // The collection duplicates the backend storage // used by another enabled collection. // N.B. don't refresh this collection - assume no change. + kDebug() << "Collection" << c.id() << "duplicates backend = for" << collection.id(); if (c.hasAttribute()) { types &=3D ~c.attribute()->enable= d();