small cosmetic change

This commit is contained in:
Jordi Sanfeliu 2019-04-10 15:50:05 +02:00
parent 28673f1bb9
commit 2b578d626d
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ while(1) {
my $ua = LWP::UserAgent->new(timeout => 30);
my $response = $ua->request(HTTP::Request->new('GET', $url));
if(!$response->is_success) {
logger("WARNING: unable to connect to HTTP built-in server '$url'.");
logger("WARNING: HTTP built-in server not responding at '$url'.");
exit(1);
}
exit(0);