From 158e26988389a83fe8b01e79b02625d3a604175d Mon Sep 17 00:00:00 2001
From: Patrick Barroca <pbarroca@afi-sa.fr>
Date: Thu, 8 Nov 2018 12:25:06 +0100
Subject: [PATCH] dev #72435 : better error log

---
 library/Class/Cosmogramme/Integration/Record/Authority.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/Class/Cosmogramme/Integration/Record/Authority.php b/library/Class/Cosmogramme/Integration/Record/Authority.php
index 2f48b84eab6..1d596dd64da 100644
--- a/library/Class/Cosmogramme/Integration/Record/Authority.php
+++ b/library/Class/Cosmogramme/Integration/Record/Authority.php
@@ -47,7 +47,7 @@ class Class_Cosmogramme_Integration_Record_Authority {
       return $this->_rejectWith($this->_('Autorité avec vedette répétée (%s)', $id_origine));
 
     if (!$title = $this->_getTitle())
-      return $this->_rejectWith($this->_('Autorité sans vedette'));
+      return $this->_rejectWith($this->_('Autorité sans vedette (%s)', $id_origine));
 
     $record = ['unimarc' => $data,
                'type' => Class_Notice::TYPE_AUTHORITY,
-- 
GitLab