提交 cb643e4e 编写于 作者: N nicolargo

Merge branch 'issue1292' into develop

......@@ -65,6 +65,7 @@ Bugs corrected:
* Glances crash with extended process stats #1283
* Terminal window stuck at the last accessed *protected* server #1275
* Glances shows mdadm RAID0 as degraded when chunksize=128k and the array isn't degraded. #1299
* Never starts in a server on Google Cloud and FreeBSD #1292
Backward-incompatible changes:
......
......@@ -141,7 +141,7 @@ class GlancesGrabHDDTemp(object):
if not received:
break
data += received
except socket.error as e:
except Exception as e:
logger.debug("Cannot connect to an HDDtemp server ({}:{} => {})".format(self.host, self.port, e))
logger.debug("Disable the HDDtemp module. Use the --disable-hddtemp to hide the previous message.")
if self.args is not None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册