Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
@@ -631,7 +631,7 @@ func Debugf(msg string, args ...interface{}) {
}
func Fatalf(msg string, args ...interface{}) {
- Logf(msg, args)
+ Logf(msg, args...)
os.Exit(1)