SyncContext: "server" -> "peer" in debug message

The error message also applies to SyncML clients, so use "peer"
instead of "server".
This commit is contained in:
Patrick Ohly 2013-06-10 22:25:20 +02:00
parent 121b0e9066
commit 445d534388

View file

@ -3977,7 +3977,7 @@ SyncMLStatus SyncContext::doSync()
} else {
SE_LOG_DEBUG(NULL, "unexpected content type '%s' in reply, %d bytes:\n%.*s",
contentType.c_str(), (int)replylen, (int)replylen, reply);
SE_LOG_ERROR(NULL, "unexpected reply from server; might be a temporary problem, try again later");
SE_LOG_ERROR(NULL, "unexpected reply from peer; might be a temporary problem, try again later");
} //fall through to network failure case
}
/* If this is a network error, it usually failed quickly, retry