commit | 8f06da39af2fa58d3e4037796033bce44b3aad89 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Feb 10 00:17:42 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 10 00:17:42 2015 +0000 |
tree | 08c2479c70f12856b7d4e3b3b19419cafde577f5 | |
parent | 2718933accabbed396a7d698b0e63578e5f4c2b3 [diff] | |
parent | cab78d2d4f57b9e20a9d650e1a124f28f54189f3 [diff] |
Merge "log.h: Fix typo"
diff --git a/include/log/log.h b/include/log/log.h index d95bf1a..99015db 100644 --- a/include/log/log.h +++ b/include/log/log.h
@@ -548,7 +548,7 @@ * 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