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

List:       kde-commits
Subject:    [akonadi] server/src/handler: I want to see why there is an invalid syntax (error accure when I chan
From:       Montel Laurent <montel () kde ! org>
Date:       2014-02-28 9:54:20
Message-ID: E1WJK96-0000HO-1y () scm ! kde ! org
[Download RAW message or body]

Git commit b96d0d6feec10b41e16b92d1ea983b3fcdfcb563 by Montel Laurent.
Committed on 28/02/2014 at 09:53.
Pushed by mlaurent into branch 'master'.

I want to see why there is an invalid syntax (error accure when I change properties in kolab folder)

M  +1    -1    server/src/handler/modify.cpp

http://commits.kde.org/akonadi/b96d0d6feec10b41e16b92d1ea983b3fcdfcb563

diff --git a/server/src/handler/modify.cpp b/server/src/handler/modify.cpp
index ce8e2fc..9fc8605 100644
--- a/server/src/handler/modify.cpp
+++ b/server/src/handler/modify.cpp
@@ -134,7 +134,7 @@ bool Modify::parseStream()
       bool ok = false;
       pos = ImapParser::parseNumber( line, newParent, &ok, pos );
       if ( !ok ) {
-        return failureResponse( "Invalid syntax" );
+        return failureResponse( "Invalid syntax: " + line);
       }
       if ( collection.parentId() == newParent ) {
         continue;
[prev in list] [next in list] [prev in thread] [next in thread] 

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