Commit bc760074 authored by Marco Buttu's avatar Marco Buttu
Browse files

Out of range message: Info -> Warning

parent 679b3a95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ class Positioner(object):
                        self.control.scanInfo.update({'dParallacticPos': Pdp})
                        time.sleep(float(self.conf.getAttribute('UpdatingTime')))
                    except OutOfRangeError, ex:
                        logger.logInfo(ex.message)
                        logger.logWarning(ex.message)
                        if self.control.modes['rewinding'] == 'AUTO':
                            try:
                                self.rewind()