Skip to content

Commit

Permalink
fix: 切换日志对象
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jan 3, 2024
1 parent 4c1a2d1 commit 2e0dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/service/GkdAbService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class GkdAbService : CompositionAbService({
insertClickLog(rule)
LogUtils.d(
rule.statusText(),
AttrInfo.info2data(nodeVal, 0, 0),
AttrInfo.info2data(target, 0, 0),
actionResult
)
}
Expand Down

0 comments on commit 2e0dcc6

Please sign in to comment.