]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/PortableContact.php
Merge remote-tracking branch 'upstream/develop' into failed
[friendica.git] / src / Protocol / PortableContact.php
index 70acf5064c0e643dee8596190eff748678702d68..f255347c1284e62e87ad963771dabec48c55c6fa 100644 (file)
@@ -116,7 +116,7 @@ class PortableContact
 
                $j = json_decode($s, true);
 
-               Logger::log('load: json: ' . print_r($j, true), Logger::DATA);
+               Logger::debug('load', ['json'  => $j]);
 
                if (!isset($j['entry'])) {
                        return;