X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=loadcfg.c;h=abb98d7a29849c1c33bb5dff5b50026bda5910fa;hb=5573b7911631b77dac62de585f3082c3d3d71a77;hp=dbed0a3807092cfc056f9f2500dd060be66b04fb;hpb=b2418db26b2b4b04d74c388b652c450f3b5dd6d2;p=privoxy.git diff --git a/loadcfg.c b/loadcfg.c index dbed0a38..abb98d7a 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -140,7 +140,7 @@ static struct file_list *current_configfile = NULL; #define hash_cipher_list 1225729316U /* "cipher-list" */ #define hash_client_header_order 2701453514U /* "client-header-order" */ #define hash_client_specific_tag 3353703383U /* "client-specific-tag" */ -#define hash_client_tag_lifetime 647957580U /* "client-tag-lifetime" */ +#define hash_client_tag_lifetime 3239141416U /* "client-tag-lifetime" */ #define hash_compression_level 2464423563U /* "compression-level" */ #define hash_confdir 1978389U /* "confdir" */ #define hash_connection_sharing 1348841265U /* "connection-sharing" */ @@ -1592,7 +1592,7 @@ struct configuration_spec * load_config(void) if (config->receive_buffer_size < BUFFER_SIZE) { log_error(LOG_LEVEL_INFO, - "receive-buffer-size %lu seems low and may cause problems." + "receive-buffer-size %lu seems low and may cause problems. " "Consider setting it to at least %d.", config->receive_buffer_size, BUFFER_SIZE); }