()
| 47 | } |
| 48 | |
| 49 | func logrusToStderr() bool { |
| 50 | l, ok := logrus.StandardLogger().Out.(*os.File) |
| 51 | return ok && l.Fd() == os.Stderr.Fd() |
| 52 | } |
| 53 | |
| 54 | // fatal prints the error's details if it is a libcontainer specific error type |
| 55 | // then exits the program with an exit status of 1. |
no outgoing calls
no test coverage detected
searching dependent graphs…