Fix function name.
authorJennifer Richards <jennifer@painless-security.com>
Mon, 23 May 2016 20:24:15 +0000 (16:24 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Mon, 23 May 2016 20:24:15 +0000 (16:24 -0400)
common/tr_config.c

index c2dc17e..b71a405 100644 (file)
@@ -920,7 +920,7 @@ TR_CFG_RC tr_parse_config (TR_INSTANCE *tr, const char *config_dir, int n, struc
 
   /* make sure we got a complete, consistent configuration */
   if (TR_CFG_SUCCESS != tr_cfg_validate(tr->new_cfg)) {
-    tr_error("tr_parse_config: Error: INVALID CONFIGURATION");
+    tr_err("tr_parse_config: Error: INVALID CONFIGURATION");
     return TR_CFG_ERROR;
   }