summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/debug-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/debug-android.c')
-rw-r--r--firmware/target/hosted/android/debug-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/android/debug-android.c b/firmware/target/hosted/android/debug-android.c
index a478168..6d77ac4 100644
--- a/firmware/target/hosted/android/debug-android.c
+++ b/firmware/target/hosted/android/debug-android.c
@@ -35,7 +35,7 @@ void debugf(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
- __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap);
+ __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap);
va_end(ap);
}