summaryrefslogtreecommitdiff
path: root/libpod/container_log_unsupported.go
blob: 0c3d41620e28579056addaa21dac8915793f0e63 (plain)
1
2
3
4
5
6
7
//+build !linux

package libpod

func (c *Container) readFromJournal(options *LogOptions, logChannel chan *LogLine) error {
	return ErrOSNotSupported
}