Browse Source

Update tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

Bradford Condon 6 years ago
parent
commit
bf30bada4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

+ 1 - 1
tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

@@ -490,7 +490,7 @@ class TaxonomyImporter extends TripalImporter {
 
       if (!$rfh){
 
-        $this->logMessage("Could not look up " . $sci_name, [], TRIPAL_WARNING);
+        $this->logMessage("Could not look up !sci_name" , ['!sci_name' =>  $sci_name], TRIPAL_WARNING);
         continue;
       }
       while (!feof($rfh)) {