changed default log level from 'debug' to 'info'

fixed a debug output message
fixed html validity
This commit is contained in:
lars 2007-02-13 22:24:09 +00:00
parent 09fa49f070
commit 5425eaa9c0
3 changed files with 5 additions and 4 deletions

View file

@ -144,7 +144,8 @@ class WebInterfaceDataset(dict):
self["Data.CurrentDisk.size"] = cbxTools.get_blockdevice_size_humanly(
container.get_device())
if is_mounted:
self.cbox.log.debug("FOO:")
self.cbox.log.debug("Retrieving container's data: %s" % \
container.get_name())
(size, avail, used) = container.get_capacity()
percent = int(used)*100 / int(size)
self.cbox.log.debug(percent)