[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/runtime/plugins
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2010-12-06 15:08:00
Message-ID: 20101206150800.67DF9AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1204270 by smartins:

Print the Id and storageCollectionId of the unserializable incidence.

 M  +2 -1      akonadi_serializer_kcalcore.cpp  


--- trunk/KDE/kdepim/runtime/plugins/akonadi_serializer_kcalcore.cpp #1204269:1204270
@@ -48,7 +48,8 @@
 
   Incidence::Ptr i = mFormat.fromString( QString::fromUtf8( data.readAll() ) );
   if ( !i ) {
-    kWarning( 5263 ) << "Failed to parse incidence!";
+    kWarning( 5263 ) << "Failed to parse incidence! Item id = " << item.id()
+                     << "Storage collection id " << item.storageCollectionId();
     data.seek( 0 );
     kWarning( 5263 ) << QString::fromUtf8( data.readAll() );
     return false;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic