mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:10:17 +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
|
@ -50,7 +50,7 @@ class SpoolPost {
|
|||
|
||||
$result = Item::insert($arr);
|
||||
|
||||
Logger::log("Spool file ".$file." stored: ".$result, LOGGER_DEBUG);
|
||||
Logger::log("Spool file ".$file." stored: ".$result, Logger::DEBUG);
|
||||
unlink($fullfile);
|
||||
}
|
||||
closedir($dh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue