Skip to content

Commit

Permalink
Specify path to config item
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 1, 2017
1 parent 9f2515b commit 50ef981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_linelog/rlm_linelog.c
Expand Up @@ -332,7 +332,7 @@ static int mod_instantiate(void *instance, CONF_SECTION *conf)
case LINELOG_DST_FILE:
{
if (!inst->file.name) {
cf_log_err(conf, "No value provided for 'filename'");
cf_log_err(conf, "No value provided for 'file.filename'");
return -1;
}

Expand Down

0 comments on commit 50ef981

Please sign in to comment.