Skip to content

Commit 2d35a6b

Browse files
authored
Merge pull request #145 from tucksaun/tailing-wording
Fix misleading wording
2 parents 72fd0b3 + 0fcf043 commit 2d35a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/logs/tailer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func tailLogFile(p *pid.PidFile, lines chan *namedLine, follow bool, nblines int
237237
terminal.Printfln("<warning>WARNING</> %s log file cannot be tailed: %s", p.String(), err)
238238
return
239239
}
240-
terminal.Printfln("Tailing <info>%s</info> log file (%s)", p.String(), p.LogFile())
240+
terminal.Printfln("Following <info>%s</info> log file (%s)", p.String(), p.LogFile())
241241
for line := range t.Lines {
242242
lines <- &namedLine{name: p.ShortName(), line: line}
243243
}

0 commit comments

Comments
 (0)
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