This fixes #513 [skip ci]

This commit is contained in:
James Cole
2017-01-02 08:07:28 +01:00
parent b7679b5c60
commit 27cd9fac8a

View File

@@ -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;
}