|
@@ -1015,13 +1015,16 @@ public: |
|
|
if ( active() ) |
|
|
if ( active() ) |
|
|
{ |
|
|
{ |
|
|
deactivate(); |
|
|
deactivate(); |
|
|
fl_alert( "Server is not responding..." ); |
|
|
|
|
|
|
|
|
log_status( "Server is not responding..." ); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|
if ( !active() ) |
|
|
if ( !active() ) |
|
|
|
|
|
{ |
|
|
|
|
|
log_status( "Server is back." ); |
|
|
activate(); |
|
|
activate(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|