From cc1ea3372e658abcaaceb4d34b97293d5dd202e2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 13 Aug 2013 10:04:56 +0100 Subject: [PATCH] Reduce informational message to LOG_INFO --- src/mod_tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_tile.c b/src/mod_tile.c index 971224a6..9b1cba3a 100644 --- a/src/mod_tile.c +++ b/src/mod_tile.c @@ -1691,7 +1691,7 @@ static const char *_add_tile_config(cmd_parms *cmd, void *mconfig, tilecfg->cors = cors; tilecfg->store = tile_dir; - ap_log_error(APLOG_MARK, APLOG_NOTICE, APR_SUCCESS, cmd->server, + ap_log_error(APLOG_MARK, APLOG_INFO, APR_SUCCESS, cmd->server, "Loading tile config %s at %s for zooms %i - %i from tile directory %s with extension .%s and mime type %s", name, baseuri, minzoom, maxzoom, tile_dir, fileExtension, mimeType);