Skip to content

Commit 386b684

Browse files
authored
Fixed Auditor crash try to parse (#405) (#414)
* Fixed Auditor crash try to parse (#405) * Fixed Auditor crash try to parse (#405)
1 parent e35dfc0 commit 386b684

File tree

1 file changed

+1
-1
lines changed
  • user-auditor/src/main/java/com/utmstack/userauditor/model/winevent

1 file changed

+1
-1
lines changed

user-auditor/src/main/java/com/utmstack/userauditor/model/winevent/WinEventLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class WinEventLog{
2020
public String level;
2121
public String log_name;
2222

23-
public String mesage;
23+
public String message;
2424
public String opcode;
2525
public String process_id;
2626
public String provider_guid;

0 commit comments

Comments
 (0)