Actions
Bug #13797
closedlibumem should only have one umem_log_enter()
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
libumem has two umem_log_enter() functions (both static), one to enter into the txn/content logs, one to log messages. Let's rename the one that logs messages so life is less confusing.
Updated by Rich Lowe about 2 years ago
Tested just with an i386 build, and use of UMEM_LOGGING
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 9e4065d1d9bb5bf9273afe60b75b08315d99d542
commit 9e4065d1d9bb5bf9273afe60b75b08315d99d542 Author: Richard Lowe <richlowe@richlowe.net> Date: 2021-05-17T19:31:11.000Z 13797 libumem should only have one umem_log_enter() Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions