Skip to content

Commit 3c040b7

Browse files
author
夜色
committed
Alloc升级到0.8.0,mpush-client版本升级到0.8.0
1 parent 7bd81c9 commit 3c040b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mpush</groupId>
88
<artifactId>alloc</artifactId>
9-
<version>0.7.0</version>
9+
<version>0.8.0</version>
1010
<name>mpush-alloc</name>
1111
<description>mpush Server Allocator</description>
1212
<url>https://github.com/mpusher/mpush</url>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.mpusher</groupId>
4747
<artifactId>mpush-client</artifactId>
48-
<version>0.7.0</version>
48+
<version>0.8.0</version>
4949
</dependency>
5050
</dependencies>
5151

src/main/java/com/shinemo/mpush/alloc/PushHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private void sendPush(Map<String, Object> params) {
9494
.setCallback(new PushCallback() {
9595
@Override
9696
public void onResult(PushResult result) {
97-
logger.error(result.toString());
97+
logger.info(result.toString());
9898
}
9999
})
100100
);

0 commit comments

Comments
 (0)