mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +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
|
@ -587,7 +587,7 @@ class Contact extends BaseObject
|
|||
return;
|
||||
}
|
||||
} elseif (!isset($contact['url'])) {
|
||||
Logger::log('Empty contact: ' . json_encode($contact) . ' - ' . System::callstack(20), LOGGER_DEBUG);
|
||||
Logger::log('Empty contact: ' . json_encode($contact) . ' - ' . System::callstack(20), Logger::DEBUG);
|
||||
}
|
||||
|
||||
// Contact already archived or "self" contact? => nothing to do
|
||||
|
@ -1028,7 +1028,7 @@ class Contact extends BaseObject
|
|||
*/
|
||||
public static function getIdForURL($url, $uid = 0, $no_update = false, $default = [], $in_loop = false)
|
||||
{
|
||||
Logger::log("Get contact data for url " . $url . " and user " . $uid . " - " . System::callstack(), LOGGER_DEBUG);
|
||||
Logger::log("Get contact data for url " . $url . " and user " . $uid . " - " . System::callstack(), Logger::DEBUG);
|
||||
|
||||
$contact_id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue