diff --git a/kolabformat/v2helpers.h b/kolabformat/v2helpers.h
--- a/kolabformat/v2helpers.h
+++ b/kolabformat/v2helpers.h
@@ -52,7 +52,7 @@
 {
     const QDomDocument xmlDoc = KolabV2::KolabBase::loadDocument( QString::fromUtf8(xmlData) ); //TODO extract function from V2 format
     if ( xmlDoc.isNull() ) {
-        Critical() << "Failed to read the xml document";
+        Error() << "Failed to read the xml document";
         return KCalPtr();
     }
     const KCalPtr i = Container::fromXml( xmlDoc, QString() ); //For parsing we don't need the timezone, so we don't set one