commit | c1bdfb37dbb231abbd8b540f147ac064452f5411 | [log] [tgz] |
---|---|---|
author | Eric Caruso <ejcaruso@chromium.org> | Fri Nov 16 11:17:33 2018 -0800 |
committer | Bjorn Andersson <bjorn@kryo.se> | Mon Dec 10 16:03:04 2018 -0800 |
tree | 1faaa14e5368c906407eb2bd1040606f1c629696 | |
parent | c9c4a3cdbd300f318b037c13e761623c4e796020 [diff] |
logging: add min priority and other cleanup The dprintf macro shadows a real libc symbol which is called differently, so we should change it to something else (in this case LOGD) and change it to use the libqrtr logging facilities. This also means we should add a minimum priority to the logging library so we don't log DEBUG-level messages by default. Additionally there were some warn/warnx calls left over that have been changed to PLOGW/LOGW respectively.