issues
search
apache
/
mynewt-mcumgr
Apache mynewt
https://mynewt.apache.org/
99
stars
76
forks
source link
cmd/log_mgmt: make sure a +ve err gets returned
#36
Closed
vrahane
closed
5 years ago
vrahane
commented
5 years ago
log_walk() callbacks for different mediums return and ignore different errors, for log_fcb_walk() the callback just returns -ve errors and ignores +ve errors. We should make sure +ve errors get returned as well.