Changeset 33033

Show
Ignore:
Timestamp:
05/03/09 00:52:47 (4 years ago)
Author:
hirose31
Message:

fixed to display correct URL in print_banner.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ServerSimple.pm

    r31546 r33033  
    8888                    print(  __PACKAGE__ 
    8989                          . " : You can connect to your server at " 
    90                           . "http://localhost:" 
     90                          . "http://" . $self->host . ":" 
    9191                          . $self->port 
    9292                          . "/\n" );