You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/07/07 20:48:42 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c

stas        2004/07/07 11:48:42

  Modified:    src/modules/perl modperl_callback.c
  Log:
  add the port info to the trace
  
  Revision  Changes    Path
  1.74      +2 -2      modperl-2.0/src/modules/perl/modperl_callback.c
  
  Index: modperl_callback.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_callback.c,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -u -r1.73 -r1.74
  --- modperl_callback.c	14 May 2004 02:33:32 -0000	1.73
  +++ modperl_callback.c	7 Jul 2004 18:48:41 -0000	1.74
  @@ -174,8 +174,8 @@
       AV *av_args = Nullav;
   
       if (!MpSrvENABLE(scfg)) {
  -        MP_TRACE_h(MP_FUNC, "PerlOff for server %s\n",
  -                   s->server_hostname);
  +        MP_TRACE_h(MP_FUNC, "PerlOff for server %s:%u\n",
  +                   s->server_hostname, s->port);
           return DECLINED;
       }