mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
fix: typos
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
231ea10058
commit
06bf339a42
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ func (l *logConsumer) Log(container, message string) {
|
|||
l.write(l.stdout, container, message)
|
||||
}
|
||||
|
||||
// Log formats a log message as received from name/container
|
||||
// Err formats a log message as received from name/container
|
||||
func (l *logConsumer) Err(container, message string) {
|
||||
l.write(l.stderr, container, message)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue