We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857e6e2 commit e2ea49aCopy full SHA for e2ea49a
cmd/sock_stress/hvsock.go
@@ -72,7 +72,7 @@ func hvsockParseSockStr(sockStr string) hvsockAddr {
72
}
73
if !useHVSock {
74
if vAddr.Port, err = hvAddr.ServiceID.Port(); err != nil {
75
- log.Fatal("Error parsing SVC '%s': %v", svcStr, err)
+ log.Fatalf("Error parsing SVC '%s': %v", svcStr, err)
76
77
78
0 commit comments