]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
BBCode - fixed syntax error
[friendica.git] / mod / acl.php
index e7445a995bb0d752d9141da1d34f0454d38b0557..03cb1ad63e294f2e58232079ea693d471e07e0eb 100644 (file)
@@ -34,7 +34,7 @@ function acl_content(App $a)
                $search = $_REQUEST['query'];
        }
 
-       $a->getLogger()->info("Searching for " . $search . " - type " . $type . " conversation " . $conv_id);
+       Logger::info('ACL {action} - {subaction}', ['module' => 'acl', 'action' => 'content', 'subaction' => 'search', 'search' => $search, 'type' => $type, 'conversation' => $conv_id]);
 
        if ($search != '') {
                $sql_extra = "AND `name` LIKE '%%" . DBA::escape($search) . "%%'";