Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
906a8485bb
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public class LiveMonitoringHelper {
|
|||
|
||||
log.info("Monitor " + uri);
|
||||
|
||||
if (urlConnection.getResponseCode() != 200) {
|
||||
if (urlConnection.getResponseCode()/100 != 2) {
|
||||
|
||||
String msg = urlConnection.getResponseCode() + " : " + //$NON-NLS-1$//$NON-NLS-2$
|
||||
urlConnection.getResponseMessage();
|
||||
|
|
Loading…
Reference in a new issue