Skip to content

Commit 5a79c20

Browse files
committed
Change force log
1 parent 02dd9e6 commit 5a79c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/class/frigate.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ private static function updateDatabase($frigateEvent, $type, $trackedObjects)
20352035
{
20362036
$id = $trackedObjects['id'] ?? null;
20372037
if (!is_object($frigateEvent)) {
2038-
log::add(__CLASS__, "error", "║ Événement introuvable (id: $id), il sera est créé dans la DB.");
2038+
log::add(__CLASS__, "debug", "║ Événement introuvable (id: $id), il sera est créé dans la DB.");
20392039
$frigateEvent = new frigate_events();
20402040
$frigateEvent->setCamera($trackedObjects['camera']);
20412041
$frigateEvent->setEventId($id);

0 commit comments

Comments
 (0)