summaryrefslogtreecommitdiff
path: root/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'user.c')
-rw-r--r--user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.c b/user.c
index 1792ac7..adba576 100644
--- a/user.c
+++ b/user.c
@@ -170,7 +170,7 @@ static size_t show_callback(void *contents, size_t size, size_t nmemb
#ifdef DEBUG
#ifdef ANDROID
__android_log_print(ANDROID_LOG_INFO, "librtclient"
- , "%s response status:\n%s", __func__, error);
+ , "%s response status:\n%s", __func__, line);
#else
printf("%s response status:\n%s\n", __func__, line);
#endif // ANDROID