Commit 2d27f2e
authored
fix: swap dataset.rs warning argument order (#6683)
Prior to this commit, we emitted a warning that would log the index
structure in front of the error message that produced the warning. If
the index structure was so large that it caused the log processor to
truncate the log line, the original error message could be lost.
This changes the warning line to put the error ahead of the structure.1 parent 6b8f7c2 commit 2d27f2e
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
993 | 1001 | | |
994 | 1002 | | |
995 | 1003 | | |
| |||
0 commit comments