Debugging to try and catch address creation exception (because of two active addresses)
This commit is contained in:
@@ -133,7 +133,7 @@ class Node
|
||||
|
||||
// Ignore any duplicate FTNs that we get
|
||||
if ($this->ftns->search(function($item) use ($value) { return $item->id === $value->id; }) !== FALSE) {
|
||||
Log::debug(sprintf('%s: - Ignoring Duplicate FTN [%s]',__METHOD__,$value->ftn));
|
||||
Log::debug(sprintf('%s:- Ignoring Duplicate FTN [%s]',self::LOGKEY,$value->ftn));
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -144,7 +144,7 @@ class Node
|
||||
case 'ftn_other':
|
||||
// Ignore any duplicate FTNs that we get
|
||||
if ($this->ftns_other->search($value) !== FALSE) {
|
||||
Log::debug(sprintf('%s: - Ignoring Duplicate FTN [%s]',__METHOD__,$value));
|
||||
Log::debug(sprintf('%s:- Ignoring Duplicate FTN [%s]',self::LOGKEY,$value));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user