[mod_httpapi] Fix abs-file-cache-ttl typo
This commit is contained in:
parent
7b841c048a
commit
040416b8db
|
@ -1738,7 +1738,7 @@ static switch_status_t do_config(void)
|
||||||
if (tmp > -1) {
|
if (tmp > -1) {
|
||||||
globals.abs_cache_ttl = tmp;
|
globals.abs_cache_ttl = tmp;
|
||||||
} else {
|
} else {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid value [%s]for file-cache-ttl\n", val);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid value [%s]for abs-file-cache-ttl\n", val);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (!strcasecmp(var, "file-not-found-expires")) {
|
} else if (!strcasecmp(var, "file-not-found-expires")) {
|
||||||
|
|
Loading…
Reference in New Issue