File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def start_http(opts={})
145
145
} . update ( opts [ 'Uri' ] || { } )
146
146
147
147
proto = ( datastore [ "SSL" ] ? "https" : "http" )
148
- print_status ( "Using URL: #{ proto } ://#{ opts [ 'ServerHost' ] } :#{ opts [ 'ServerPort' ] } #{ uopts [ 'Path' ] } " )
148
+ print_status ( "Data capture URL: #{ proto } ://#{ opts [ 'ServerHost' ] } :#{ opts [ 'ServerPort' ] } #{ uopts [ 'Path' ] } " )
149
149
150
150
if ( opts [ 'ServerHost' ] == '0.0.0.0' )
151
151
print_status ( " Local IP: #{ proto } ://#{ Rex ::Socket . source_address ( '1.2.3.4' ) } :#{ opts [ 'ServerPort' ] } #{ uopts [ 'Path' ] } " )
@@ -167,7 +167,7 @@ def start_http(opts={})
167
167
} . update ( opts [ 'Uri' ] || { } )
168
168
@http_service . add_resource ( webarchive_download_url , uopts )
169
169
170
- print_status ( "Using URL: #{ proto } ://#{ opts [ 'ServerHost' ] } :#{ opts [ 'ServerPort' ] } #{ webarchive_download_url } " )
170
+ print_status ( "Download URL: #{ proto } ://#{ opts [ 'ServerHost' ] } :#{ opts [ 'ServerPort' ] } #{ webarchive_download_url } " )
171
171
172
172
# As long as we have the http_service object, we will keep the ftp server alive
173
173
while @http_service
You can’t perform that action at this time.
0 commit comments