Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 5938d42

Browse files
committed
修改部分提示内容
1 parent 706d156 commit 5938d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/zhazhapan/qiniu/config/QiConfiger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean checkNet() {
7777
in.close();
7878
return true;
7979
} catch (IOException e) {
80-
logger.error("doesn't connect internate");
80+
logger.error("there is no connection to the network");
8181
return false;
8282
}
8383
}

0 commit comments

Comments
 (0)