Переглянути джерело

Fix missing substitution in error message

dsenalik 4 роки тому
батько
коміт
c9bff32c2b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      tripal_chado/api/modules/tripal_chado.pub.api.inc

+ 1 - 1
tripal_chado/api/modules/tripal_chado.pub.api.inc

@@ -105,7 +105,7 @@ function chado_get_publication($identifiers, $options = []) {
     }
     else {
       tripal_report_error('tripal_pub_api', TRIPAL_ERROR,
-        "chado_get_publication: The dbxref identifier is not correctly formatted.",
+        "chado_get_publication: The dbxref identifier is not correctly formatted. Identifiers passed: %identifier.",
         ['%identifier' => print_r($identifiers, TRUE)]
       );
     }