summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_status.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-12 20:26:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-12 20:26:55 (GMT)
commitb97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d (patch)
treebc9551882ded56ac8fdb0ea27025fbcc06b1790b /abs/core/LinHES-system/myth_status.py
parent5f58ea928f87bc20e8bb8102f8ce6272d3d6fc47 (diff)
downloadlinhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.zip
linhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.tar.gz
linhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.tar.bz2
LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably after system is down or is busy.
Diffstat (limited to 'abs/core/LinHES-system/myth_status.py')
-rw-r--r--abs/core/LinHES-system/myth_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/myth_status.py b/abs/core/LinHES-system/myth_status.py
index df8c84a..40dd3b3 100644
--- a/abs/core/LinHES-system/myth_status.py
+++ b/abs/core/LinHES-system/myth_status.py
@@ -92,7 +92,7 @@ def print_alerts():
out_alert += out_line
print "System Alerts:"
- print "---------------"
+ print "--------------"
if len(out_alert) > 0:
print out_alert
print " Go to http://%s and click Health & Maintenance for more information." %gethostname()
@@ -239,7 +239,7 @@ class tuner_recording_status:
def print_conflict_list(self):
print ""
print "Recording Conflicts:"
- print "----------------------"
+ print "--------------------"
if len(self.get_conflict_list()) > 0:
for i in self.get_conflict_list():
print " %s - %-50s " %(i[0],i[1])