From 0fcf043a46a3b67f155a4626d3f3034f764fe49c Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Thu, 26 May 2022 10:16:13 -0400 Subject: [PATCH] Fix misleading wording --- local/logs/tailer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/logs/tailer.go b/local/logs/tailer.go index b96ef702..365a7a53 100644 --- a/local/logs/tailer.go +++ b/local/logs/tailer.go @@ -237,7 +237,7 @@ func tailLogFile(p *pid.PidFile, lines chan *namedLine, follow bool, nblines int terminal.Printfln("WARNING %s log file cannot be tailed: %s", p.String(), err) return } - terminal.Printfln("Tailing %s log file (%s)", p.String(), p.LogFile()) + terminal.Printfln("Following %s log file (%s)", p.String(), p.LogFile()) for line := range t.Lines { lines <- &namedLine{name: p.ShortName(), line: line} } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy