summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_smolt.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-04 13:43:26 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-04 13:43:26 (GMT)
commitbb8e9844185c984a76049dddc087bdf347ff3c9f (patch)
treef52326ee4b71114dbefc40b14e3646aa0da82bde /abs/core-testing/LinHES-config/mv_smolt.py
parentc4fb1a3c13043bc6c2dd7fee59e6477ad3fb5f19 (diff)
downloadlinhes_pkgbuild-bb8e9844185c984a76049dddc087bdf347ff3c9f.zip
linhes_pkgbuild-bb8e9844185c984a76049dddc087bdf347ff3c9f.tar.gz
linhes_pkgbuild-bb8e9844185c984a76049dddc087bdf347ff3c9f.tar.bz2
linhes-config: minor cleanup of logging
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_smolt.py')
-rwxr-xr-x[-rw-r--r--]abs/core-testing/LinHES-config/mv_smolt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_smolt.py b/abs/core-testing/LinHES-config/mv_smolt.py
index e4fbaee..5fd3722 100644..100755
--- a/abs/core-testing/LinHES-config/mv_smolt.py
+++ b/abs/core-testing/LinHES-config/mv_smolt.py
@@ -44,7 +44,7 @@ def setup_smolt_type(SystemType,Remotetype,RunFrontend,mythhome,stype):
smoltsystem = 3
MVRELEASE="%s ( Frontend only)" %releasename
- logging.info(" smolt type is %s : %s", MVRELEASE,smoltsystem)
+ logging.debug(" smolt type is %s : %s", MVRELEASE,smoltsystem)
smoltfile = mythhome+"/.mythtv/smolt.info"
cmd = ''' echo "%s" > /etc/os_myth_release ''' %MVRELEASE
mv_common.runcmd(cmd)