mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 06:08:38 +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)
|
err := parseMethod(node, &mm)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if errors.Is(err, ErrTooComplex) {
|
if errors.Is(err, ErrTooComplex) {
|
||||||
log.Printf("Skipping method %q with complex type", mm.MethodName)
|
log.Printf("Skipping ctor with complex type")
|
||||||
continue nextMethod
|
continue nextMethod
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user