summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/hostype.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-01 20:22:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-01 20:22:46 (GMT)
commitaa8cbfddbec8df7338a629fd96e6cfce0bb64ed7 (patch)
tree4fffce1cf1702e0c6516e174e064fec86b2eb7a2 /abs/core-testing/LinHES-config/hostype.py
parentb859b1baafe3d3a899c5f9c70a039327c57663e6 (diff)
downloadlinhes_pkgbuild-aa8cbfddbec8df7338a629fd96e6cfce0bb64ed7.zip
linhes_pkgbuild-aa8cbfddbec8df7338a629fd96e6cfce0bb64ed7.tar.gz
linhes_pkgbuild-aa8cbfddbec8df7338a629fd96e6cfce0bb64ed7.tar.bz2
LinHES-config: lineup debugging output
Diffstat (limited to 'abs/core-testing/LinHES-config/hostype.py')
-rw-r--r--abs/core-testing/LinHES-config/hostype.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/hostype.py b/abs/core-testing/LinHES-config/hostype.py
index 4dde3dc..0bbd16e 100644
--- a/abs/core-testing/LinHES-config/hostype.py
+++ b/abs/core-testing/LinHES-config/hostype.py
@@ -60,7 +60,7 @@ def setup_syslog(dbhost):
return
def hostypeprint(systemconfig):
- logging.debug("______Start of hostype config_____")
+ logging.info("______Start of hostype config_____")
mv_common.services(systemconfig)
install_list=''
remove_list=''
@@ -144,4 +144,4 @@ def hostypeprint(systemconfig):
setup_func_minion(dbhost)
setup_func_key()
setup_syslog(systemconfig["dbhost"])
- logging.debug("__End of hostype config")
+ logging.info("__End of hostype config\n")