diff options
Diffstat (limited to 'src/sysync/localengineds.cpp')
-rw-r--r-- | src/sysync/localengineds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysync/localengineds.cpp b/src/sysync/localengineds.cpp index 1904670..9039be6 100644 --- a/src/sysync/localengineds.cpp +++ b/src/sysync/localengineds.cpp @@ -3173,7 +3173,7 @@ bool TLocalEngineDS::engHandleSyncOpStatus(TStatusCommand *aStatusCmdP,TSyncOpCo // a map. But symbian cannot send early maps - it instead does // it's own duplicate checking. // ... during resumed sync as client (as servers might issue 418 for - // items send a second time after an implicit suspend) + // items sent a second time after an implicit suspend) PDEBUGPRINTFX(DBG_ERROR,("Warning: received 418 status for add in resumed/slowsync session -> treat it as ok (200)")); dsConfirmItemOp(sop_replace,localID,remoteID,true); // kind of ok statuscode=200; // convert to ok (but no count incremented, as nothing changed) |