diff options
author | friendica <info@friendica.com> | 2014-11-19 19:22:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-19 19:22:22 -0800 |
commit | 18cae8a78cb3df8ffcd9e4787c3b572c799036da (patch) | |
tree | e2bf55725e574dfacafe50ea485c5833cbd42bc8 /include/diaspora.php | |
parent | 50244f943d0a14e3d7a7fcbe7f51d02dbe039879 (diff) | |
download | volse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.tar.gz volse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.tar.bz2 volse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.zip |
change logging of some troublesome or noisy bits so we can figure out what is really going on
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 09521b82b..b4f20528d 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1788,7 +1788,7 @@ function diaspora_like($importer,$xml,$msg) { $contact = diaspora_get_contact_by_handle($importer['channel_id'],$msg['author']); if(! $contact) { - logger('diaspora_like: cannot find contact: ' . $msg['author']); + logger('diaspora_like: cannot find contact: ' . $msg['author'] . ' for channel ' . $importer['channel_name']); return; } |