]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_httpapi] Fix abs-file-cache-ttl typo
authorAlexander Udovichenko <udovichenko48@gmail.com>
Thu, 17 Dec 2020 11:52:24 +0000 (14:52 +0300)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 11:52:24 +0000 (15:52 +0400)
src/mod/applications/mod_httapi/mod_httapi.c

index abc9bb37d24d7231f8f6692df262c653547a7f6f..76d273d020996df5dea7707c3a1535cbdf0fc244 100644 (file)
@@ -1738,7 +1738,7 @@ static switch_status_t do_config(void)
                                if (tmp > -1) {
                                        globals.abs_cache_ttl = tmp;
                                } 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")) {