mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
Logger Levels
update logger levels in calls
This commit is contained in:
parent
91ef9f238c
commit
50da89d861
86 changed files with 673 additions and 673 deletions
|
@ -298,7 +298,7 @@ function dfrn_request_post(App $a)
|
|||
$network = Protocol::DFRN;
|
||||
}
|
||||
|
||||
Logger::log('dfrn_request: url: ' . $url . ',network=' . $network, LOGGER_DEBUG);
|
||||
Logger::log('dfrn_request: url: ' . $url . ',network=' . $network, Logger::DEBUG);
|
||||
|
||||
if ($network === Protocol::DFRN) {
|
||||
$ret = q("SELECT * FROM `contact` WHERE `uid` = %d AND `url` = '%s' AND `self` = 0 LIMIT 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue