diff --git a/src/CallModel.hpp b/src/CallModel.hpp
index a04ec7407a0b3218c448a6b67aba8cebd7b2972b..d81dda3bb4dc0421e1e5a2954352a0d11daaa5dc 100644
--- a/src/CallModel.hpp
+++ b/src/CallModel.hpp
@@ -270,6 +270,7 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
 ///Executed when the daemon signal a modification in an existing conference. Update the call list and update the TreeView
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::conferenceChanged(const QString& confId, const QString& state) 
 {
+   qDebug() << "Conf changed2";
    Q_UNUSED(state)
    
    if (!privateCallList_callId[confId]) {
diff --git a/src/Contact.cpp b/src/Contact.cpp
index 4a8f718ffc81ff6bb4b5fae9dad25698bd5a47ec..d78b93a847fe5147d271cf591c9fa753c20fdc54 100644
--- a/src/Contact.cpp
+++ b/src/Contact.cpp
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #include "Contact.h"
 
 #include <QtCore/QDebug>