mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Unnecessary EOL in log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user