log.h: Fix typo

Change-Id: I6b5e9bc9d40e5e5ecf9f50f7392675391e6f18e6
This commit is contained in:
Andreas Gampe 2015-02-09 16:13:33 -08:00
parent fd86730386
commit f45bbe496f
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ typedef enum {
* IF_ALOG as a convenient means to reimplement their policy
* over Android.
*/
#if LOG_NDEBUG /* Production *?
#if LOG_NDEBUG /* Production */
#define android_testLog(prio, tag) \
(__android_log_is_loggable(prio, tag, ANDROID_LOG_DEBUG) != 0)
#else