Skip to content

Commit 299c261

Browse files
committed
wine/dxvk: fix printf
1 parent 777d58b commit 299c261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wine/dxvk/dxvk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ func Extract(name string, pfx *wine.Prefix) error {
111111
file.Close()
112112
}
113113

114-
log.Println("Removing DXVK tarball (%s)", name)
114+
log.Printf("Removing DXVK tarball (%s)", name)
115115
return os.RemoveAll(name)
116116
}

0 commit comments

Comments
 (0)