修复语法错误

master
Matthew 10 months ago
parent e7a8eb5656
commit 9c1c2b0c75

@ -558,7 +558,7 @@ public class AppMaster {
updateCma(ip, port);
} else if (TextUtils.equals(cmd, CMD_SET_APP_HB)) {
int hb = jsonObject.optInt("value_int", 0);
mService.logger.warning("Recv Set HB Duration Cmd: " " duration=" + Integer.toString(hb));
mService.logger.warning("Recv Set HB Duration Cmd: duration=" + Integer.toString(hb));
updateHeartbeatDuration(hb);
} else if (TextUtils.equals(cmd, CMD_SET_MNTN)) {
String ip = jsonObject.optString("value_str", null);

Loading…
Cancel
Save