Skip to content

Commit f0c5174

Browse files
committed
improve log output
1 parent 04099cb commit f0c5174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testaddon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ func getUniqueDir(path string) (string, error) {
4343
module := parts[i-2]
4444
ret := module + "-" + variant
4545

46-
log.Debugf("getUniqueDir(%s): (%s,%s)", path, ret, nil)
46+
log.Debugf("getUniqueDir(%s): (%s,%v)", path, ret, nil)
4747
return ret, nil
4848
}

0 commit comments

Comments
 (0)