Skip to content

Commit fcab10a

Browse files
committed
调整打印日志
1 parent bdce74f commit fcab10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basemvvm/src/main/java/com/github2136/basemvvm/download/DownloadTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class DownloadTask(
136136
}
137137
} else {
138138
if (DownloadUtil.LOG_ENABLE) {
139-
Log.d(DownloadUtil.TAG, "URL:$url request code ${response.code}")
139+
Log.e(DownloadUtil.TAG, "URL:$url request code ${response.code}")
140140
}
141141
fail("request code ${response.code}")
142142
//下载失败

0 commit comments

Comments
 (0)