Index: utils/ofhttp/OFHTTP.m ================================================================== --- utils/ofhttp/OFHTTP.m +++ utils/ofhttp/OFHTTP.m @@ -271,11 +271,11 @@ shouldFollowRedirect: (OFURL*)URL statusCode: (int)statusCode request: (OFHTTPRequest*)request { if (!_quiet) - [of_stdout writeFormat: @" ➜ %d\n↻ %@", + [of_stdout writeFormat: @" ➜ %d\n☇ %@", statusCode, [URL string]]; return true; } @@ -565,11 +565,11 @@ clientHeaders = [[_clientHeaders mutableCopy] autorelease]; if (_detectFileName) { if (!_quiet) - [of_stdout writeFormat: @"⁈ %@", [URL string]]; + [of_stdout writeFormat: @"⠒ %@", [URL string]]; request = [OFHTTPRequest requestWithURL: URL]; [request setHeaders: clientHeaders]; [request setMethod: OF_HTTP_REQUEST_METHOD_HEAD];