Skip to content

Commit

Permalink
Downgrade logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jan 5, 2025
1 parent 2ae7361 commit 047da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bindgen/src/main/scala/analysis/visitStruct.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def visitStruct(cursor: CXCursor, name: String)(using
else if typ.kind == CXTypeKind.CXType_ConstantArray
then
val speculateType = constructType(clang_getArrayElementType(typ))
info(
trace(
s"when array: $speculateType, ${typ.spelling}"
)
speculateType match
Expand Down

0 comments on commit 047da98

Please sign in to comment.