Skip to content

Commit cbe4845

Browse files
committed
update log comment
1 parent 5de1dae commit cbe4845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class NetworkErrorInterceptor : Interceptor{
2929
chain.proceed(request)
3030
} catch (ex: IOException) {
3131
throw GradleException("There seems to be some issue with the network access. " +
32-
"Please use --offline with your gradle commands to continue working " +
33-
"without accessing network resources.")
32+
"Please check your internet access or use --offline with your gradle commands to continue working" +
33+
" without accessing network resources.")
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)