We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04099cb commit f0c5174Copy full SHA for f0c5174
testaddon.go
@@ -43,6 +43,6 @@ func getUniqueDir(path string) (string, error) {
43
module := parts[i-2]
44
ret := module + "-" + variant
45
46
- log.Debugf("getUniqueDir(%s): (%s,%s)", path, ret, nil)
+ log.Debugf("getUniqueDir(%s): (%s,%v)", path, ret, nil)
47
return ret, nil
48
}
0 commit comments