You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christophe JAILLET <ch...@wanadoo.fr> on 2016/04/20 23:32:33 UTC

Re: svn commit: r1740084 - in /httpd/httpd/trunk/modules/http2: h2_bucket_beam.c h2_util.c h2_util.h

Le 20/04/2016 11:59, icing@apache.org a écrit :
> Author: icing
> Date: Wed Apr 20 09:59:15 2016
> New Revision: 1740084
>
> URL: http://svn.apache.org/viewvc?rev=1740084&view=rev
> Log:
> compilation fixes for VC
>
> Modified:
>      httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>      httpd/httpd/trunk/modules/http2/h2_util.c
>      httpd/httpd/trunk/modules/http2/h2_util.h
>
> Modified: httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_bucket_beam.c?rev=1740084&r1=1740083&r2=1740084&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/http2/h2_bucket_beam.c (original)
> +++ httpd/httpd/trunk/modules/http2/h2_bucket_beam.c Wed Apr 20 09:59:15 2016
> [...]
> @@ -287,7 +287,7 @@ static apr_status_t beam_cleanup(void *d
>       h2_bucket_beam *beam = data;
>   
>       if (beam->live_beam_buckets) {
> -        ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, beam->life_pool, APLOGNO(03383)
> +        ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, beam->life_pool,
>                         "h2_beam(%d-%s) cleanup with live %d buckets",
>                         beam->id, beam->tag, (int)beam->live_beam_buckets);
>       }
Intentional?

CJ