Bug #9940
_kobj_printf must use va_list
Start date:
2018-10-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The debug printout in bootrd subsystem is using printf like function, but the mixup of the (...) functions. Need to use vprintf(va_list) like functions instead.
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 508de9f313d4260d23954085ed866e727901964c
commit 508de9f313d4260d23954085ed866e727901964c Author: Toomas Soome <tsoome@me.com> Date: 2018-10-31T18:48:16.000Z 9940 _kobj_printf must use va_list Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>