pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.35k stars 511 forks source link

common: rename error_msg -> last_error_msg #5995

Closed janekmi closed 9 months ago

janekmi commented 9 months ago

The last error message is a hand-picked error message believed to convey the critical piece of information which will be available to the user via the *_errormsg() API calls.


This change is Reviewable

codecov[bot] commented 9 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (8fd1d3e) 68.62% compared to head (e8fe057) 68.62%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5995 +/- ## ========================================== - Coverage 68.62% 68.62% -0.01% ========================================== Files 133 133 Lines 19585 19585 Branches 3268 3268 ========================================== - Hits 13441 13440 -1 - Misses 6144 6145 +1 ```