diff --git a/library/Class/Cosmogramme/Integration/Record/Authority.php b/library/Class/Cosmogramme/Integration/Record/Authority.php
index 2f48b84eab6b350402a3bf3b36a38df9bb788075..1d596dd64dabc38288ca89114e374d323726ebdf 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,