Commit eae0160
Suppress misleading "not found" log when version was captured
After 0c9af7c the parser kept scanning past the SERVER_SESSION_VERSION
attribute (so it could also grab ObjectVariableTypeName for the V2
legitimation), which made the trailing "ServerSessionVersion not found"
debug fire on every successful capture. Gate it on the captured fields
so it only fires when we actually didn't find it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a2111e7 commit eae0160
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
993 | | - | |
| 993 | + | |
| 994 | + | |
994 | 995 | | |
995 | 996 | | |
996 | 997 | | |
| |||
0 commit comments