-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 0.4.1
-
Component/s: None
-
None
mongoc issues MONGOC_WARNING() is some places where it decided not to break API:
src/mongoc/mongoc-bulk-operation.c: MONGOC_WARNING ("%s(): update only works with $ operators.",
This is raised in a void function, so we cannot check the return value and must check that thing.
But. It also does this for "noone cares" messages like:
src/mongoc/mongoc-counters.c: MONGOC_WARNING("Falling back to malloc for counters.");
- is related to
-
PHPC-930 Do not throw exceptions for critical and error levels in libmongoc log callback
- Closed