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

List:       kde-commits
Subject:    [kdepimlibs] akonadi/calendar: Better debug message.
From:       Sergio Martins <iamsergio () gmail ! com>
Date:       2013-10-20 13:43:35
Message-ID: E1VXtI7-0001iv-6G () scm ! kde ! org
[Download RAW message or body]

Git commit 10359ba353947d6daeb28699e845c6fba9069e61 by Sergio Martins.
Committed on 20/10/2013 at 13:43.
Pushed by smartins into branch 'master'.

Better debug message.

M  +4    -1    akonadi/calendar/scheduler_p.cpp

http://commits.kde.org/kdepimlibs/10359ba353947d6daeb28699e845c6fba9069e61

diff --git a/akonadi/calendar/scheduler_p.cpp b/akonadi/calendar/scheduler_p.cpp
index c821fca..7a780a1 100644
--- a/akonadi/calendar/scheduler_p.cpp
+++ b/akonadi/calendar/scheduler_p.cpp
@@ -230,7 +230,10 @@ void Scheduler::acceptRequest( const IncidenceBase::Ptr &incidence,
           // This isn't an update - the found incidence was modified more recently
           errorString = i18n( "This isn't an update. "
                               "The found incidence was modified more recently." );
-          kWarning() << errorString;
+          kWarning() << errorString
+                     << "; revision=" << existingIncidence->revision()
+                     << "; existing->lastModified=" << existingIncidence->lastModified()
+                     << "; update->lastModified=" << inc->lastModified();
           emit transactionFinished( ResultOutatedUpdate, errorString );
           return;
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

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