Browse Source

Fix missing substitution in error message

dsenalik 4 years ago
parent
commit
c9bff32c2b
1 changed files with 1 additions and 1 deletions
  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)]
       );
     }