mirror of
https://github.com/mappu/miqt.git
synced 2025-01-31 02:20:22 +00:00
genbindings: remove empty printf specifier from log message
This commit is contained in:
parent
c59545c956
commit
ae3de5a64c
@ -250,7 +250,7 @@ nextMethod:
|
||||
err := parseMethod(node, &mm)
|
||||
if err != nil {
|
||||
if errors.Is(err, ErrTooComplex) {
|
||||
log.Printf("Skipping method %q with complex type", mm.MethodName)
|
||||
log.Printf("Skipping ctor with complex type")
|
||||
continue nextMethod
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user