Fix build
This commit is contained in:
parent
1c841f8f9c
commit
e6254b9947
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ func SetTraceLog(typeFlags int) {
|
||||||
logTypeFlags = typeFlags
|
logTypeFlags = typeFlags
|
||||||
|
|
||||||
ctypeFlags := (C.uchar)(typeFlags)
|
ctypeFlags := (C.uchar)(typeFlags)
|
||||||
C.SetTraceLog(ctypeFlags)
|
C.SetTraceLogLevel(ctypeFlags)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TraceLog - Trace log messages showing (INFO, WARNING, ERROR, DEBUG)
|
// TraceLog - Trace log messages showing (INFO, WARNING, ERROR, DEBUG)
|
||||||
|
|
|
@ -17,7 +17,7 @@ func SetTraceLog(typeFlags int) {
|
||||||
logTypeFlags = typeFlags
|
logTypeFlags = typeFlags
|
||||||
|
|
||||||
ctypeFlags := (C.uchar)(typeFlags)
|
ctypeFlags := (C.uchar)(typeFlags)
|
||||||
C.SetTraceLog(ctypeFlags)
|
C.SetTraceLogLevel(ctypeFlags)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TraceLog - Show trace log messages (INFO, WARNING, ERROR, DEBUG)
|
// TraceLog - Show trace log messages (INFO, WARNING, ERROR, DEBUG)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue