basho / eleveldb

Erlang LevelDB API
262 stars 176 forks source link

note enif_xxx return errors to syslog [JIRA: RIAK-2672] #204

Open matthewvon opened 8 years ago

matthewvon commented 8 years ago

Like this bug:

https://github.com/basho/leveldb/issues/196

Failures from enif functions get ignored in eleveldb.cc. Should at minimum log the error to syslog. Example line that could stand logging:

if (enif_get_ulong(env, option[1], &minutes))