ソースを参照

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)]
       );
     }