diff options
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_smolt.py')
-rwxr-xr-x[-rw-r--r--] | abs/core-testing/LinHES-config/mv_smolt.py | 2 |
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) |