[mod_httpapi] Fix abs-file-cache-ttl typo

This commit is contained in:
Alexander Udovichenko 2020-12-17 14:52:24 +03:00 committed by GitHub
parent 7b841c048a
commit 040416b8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {