Skip to content

Commit eb55326

Browse files
committed
Add this.
1 parent 5856374 commit eb55326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/StructuredLogs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ module KindPredicatesLog {
233233

234234
override string toString() {
235235
if exists(this.getPredicateName())
236-
then result = getPredicateName()
236+
then result = this.getPredicateName()
237237
else result = "<Summary event>"
238238
}
239239
}

0 commit comments

Comments
 (0)