]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GServer.php
We now set the protocol in "gserver" on receiving as well
[friendica.git] / src / Model / GServer.php
index ca939c176c00fe5b7e83ffed4525ca8165db70b9..30a1acc02a3df74ff97d290b31dd6eeb4ef63a41 100644 (file)
@@ -1793,7 +1793,7 @@ class GServer
                        }
                }
 
-               Logger::info('Protocol for server', ['protocol' => $protocol, 'old' => $old, 'id' => $gsid, 'url' => $gserver['url']]);
+               Logger::info('Protocol for server', ['protocol' => $protocol, 'old' => $old, 'id' => $gsid, 'url' => $gserver['url'], 'callstack' => System::callstack(20)]);
                DBA::update('gserver', ['protocol' => $protocol], ['id' => $gsid]);
        }