Commit 570bfe3
fix(rcb_query.cxx): add missing bucket_name to error message
The bucket_name parameter was missing from the fmt::format call in
cb_Backend_query_index_build_deferred, causing the error message
to not include the bucket name when reporting deferred index build
failures. Which in turn caused build failure with recent GCC, where
fmtlib tries to validate format strings compile-time.1 parent fd7b831 commit 570bfe3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| 539 | + | |
539 | 540 | | |
540 | | - | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
0 commit comments