This is an automated email from the git hooks/post-receive script. New commit to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 4663ae4b32739f1006215d4b3c144d21707d62b1 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 13 14:20:25 2016 +0200 changed acceptance --- src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java b/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java index e497368..24b697f 100644 --- a/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java +++ b/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java @@ -468,8 +468,8 @@ public class TimerTaskUpdaterView extends FrameView implements DocumentListener, for (Map.Entry<String, List<String>> entry : map.entrySet()) { for (String s : entry.getValue()) { //positive answer, synchronization accepted - if ("HTTP/1.1 200 OK".equals(s)) { - log.info("OK (200)"); + if (s.startsWith("HTTP/1.1 2")){ + log.info("OK git" + s); hasUpdated = true; } else if ("HTTP/1.1 400 Bad Request".equals(s)) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.