direct-io.hg
changeset 7931:52a3c06be4f8
Downgrade debug message to level "trace".
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Nov 21 13:09:45 2005 +0100 (2005-11-21) |
parents | d88b33abf533 |
children | c7a46ec8d4df |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Mon Nov 21 13:03:45 2005 +0100 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Nov 21 13:09:45 2005 +0100 1.3 @@ -426,7 +426,7 @@ class XendDomainInfo: 1.4 1.5 1.6 def storeChanged(self): 1.7 - log.debug("XendDomainInfo.storeChanged"); 1.8 + log.trace("XendDomainInfo.storeChanged"); 1.9 1.10 changed = False 1.11