diff options
Diffstat (limited to 'toys/android/log.c')
-rw-r--r-- | toys/android/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/android/log.c b/toys/android/log.c index f9545ab8..3fbc95a0 100644 --- a/toys/android/log.c +++ b/toys/android/log.c @@ -13,9 +13,9 @@ config LOG Logs message to logcat. - -p use the given priority instead of INFO: + -p Use the given priority instead of INFO: d: DEBUG e: ERROR f: FATAL i: INFO v: VERBOSE w: WARN s: SILENT - -t use the given tag instead of "log" + -t Use the given tag instead of "log" */ #define FOR_log |