Unnecessary EOL in log

This commit is contained in:
Alfonso Acosta
2016-03-15 11:51:20 +00:00
parent a9d53bc711
commit 7a0235499e

View File

@@ -72,7 +72,7 @@ func getNetNamespacePathSuffix() string {
v, err := getKernelVersion()
if err != nil {
log.Errorf("getNamespacePathSuffix: cannot get kernel version: %s\n", err)
log.Errorf("getNamespacePathSuffix: cannot get kernel version: %s", err)
netNamespacePathSuffix = post38Path
return netNamespacePathSuffix
}