Merge "Correct print for xtra server urls."
This commit is contained in:
commit
d31db0402f
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ void LocEngReportXtraServer::proc() const {
|
|||
inline void LocEngReportXtraServer::locallog() const {
|
||||
LOC_LOGV("LocEngReportXtraServers: server1: %s\n server2: %s\n"
|
||||
" server3: %s\n",
|
||||
mServers, &mServers[mMaxLen], &mServers[mMaxLen<<1]);
|
||||
mServers, &mServers[mMaxLen+1], &mServers[(mMaxLen+1)<<1]);
|
||||
}
|
||||
inline void LocEngReportXtraServer::log() const {
|
||||
locallog();
|
||||
|
|
Loading…
Reference in a new issue