modify HTML redirect access log print (double printed 'URL')
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
2347631d63
commit
d95316cb04
@ -100,7 +100,7 @@ func (worker *Worker) RespondGopher(data []byte) *GophorError {
|
||||
switch len(dataStr) {
|
||||
case lenBefore-4:
|
||||
/* Send an HTML redirect to supplied URL */
|
||||
worker.Log("Redirecting to URL: %s\n", data)
|
||||
worker.Log("Redirecting to: %s\n", data)
|
||||
return worker.SendRaw(generateHtmlRedirect(dataStr))
|
||||
default:
|
||||
/* Do nothing */
|
||||
|
Loading…
Reference in New Issue
Block a user