summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_status.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-20 17:54:57 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-20 17:54:57 (GMT)
commitb1228a681e74db2c56d97e5489fa01c4f649ade4 (patch)
tree3543f17bd85fb2d9ecf9b75519bb64d0b401bddd /abs/core/LinHES-system/myth_status.py
parent8fa65f7eeefe6c939e62ed55ab255706e2fd437e (diff)
downloadlinhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.zip
linhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.tar.gz
linhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.tar.bz2
LinHES-system: add be_check.py and modify LinHES-session to use it.
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend. Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying the DB connection configuration screen. refs #886
Diffstat (limited to 'abs/core/LinHES-system/myth_status.py')
-rw-r--r--abs/core/LinHES-system/myth_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/myth_status.py b/abs/core/LinHES-system/myth_status.py
index da43679..2e48024 100644
--- a/abs/core/LinHES-system/myth_status.py
+++ b/abs/core/LinHES-system/myth_status.py
@@ -5,7 +5,7 @@ try:
be=MythBE()
db = MythDB()
except:
- print "Couldn't connect to MythTV service for status"
+ print "\nCouldn't connect to MythTV service for status"
sys.exit(1)
cursor = db.cursor()