Commit a3d20eb5 authored by Bart Vullings's avatar Bart Vullings

ZP-1274 Bugfix carddav backend wrong url in debug. Released under the Affero...

ZP-1274 Bugfix carddav backend wrong url in debug. Released under the Affero GNU General Public License (AGPL) version 3.
parent 09493d72
...@@ -761,7 +761,7 @@ class BackendCardDAV extends BackendDiff implements ISearchProvider { ...@@ -761,7 +761,7 @@ class BackendCardDAV extends BackendDiff implements ISearchProvider {
return false; return false;
} }
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults searching: %s", $this->url)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults searching: %s", $this->gal_url));
try { try {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults server is null? %d", $this->server == null)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults server is null? %d", $this->server == null));
$this->server->set_url($this->gal_url); $this->server->set_url($this->gal_url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment