diff --git a/app/Helpers/Collector/JournalCollector.php b/app/Helpers/Collector/JournalCollector.php index 7ea500b656..d5d881196a 100644 --- a/app/Helpers/Collector/JournalCollector.php +++ b/app/Helpers/Collector/JournalCollector.php @@ -563,7 +563,7 @@ class JournalCollector implements JournalCollectorInterface return $set; } if ($this->joinedOpposing === false) { - Log::error('Cannot filter internal transfers because no opposing information is present.'); + Log::info('Cannot filter internal transfers because no opposing information is present.'); return $set; }