diff --git a/data/Relationships/M2MRelationship.php b/data/Relationships/M2MRelationship.php index b8dcdef2c4f..6ccd3b6ef6c 100755 --- a/data/Relationships/M2MRelationship.php +++ b/data/Relationships/M2MRelationship.php @@ -97,7 +97,7 @@ public function getLinkedDefForModuleByRelationship($module) //Multiple links with same relationship name else { if (is_array($results)) { - $GLOBALS['log']->error("Warning: Multiple links found for relationship {$this->name} within module {$module}"); + $GLOBALS['log']->warn("Multiple links found for relationship {$this->name} within module {$module}"); return $this->getMostAppropriateLinkedDefinition($results); } else { return false;