Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed318bff authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "log.h: Fix typo"

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