direct-io.hg
changeset 5218:412ada0d1ed6
bitkeeper revision 1.1604 (429c27853YjCcOkLEnjS5rFvk6ORlQ)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Tue May 31 08:59:49 2005 +0000 (2005-05-31) |
parents | 3f244c5d2fe2 eef4852dd799 |
children | 05e547825be8 0fbe1cb5c60e |
files | tools/python/xen/xend/XendRoot.py |
line diff
1.1 --- a/tools/python/xen/xend/XendRoot.py Tue May 31 08:52:42 2005 +0000 1.2 +++ b/tools/python/xen/xend/XendRoot.py Tue May 31 08:59:49 2005 +0000 1.3 @@ -138,7 +138,7 @@ class XendRoot: 1.4 @param fmt: message format 1.5 @param args: arguments 1.6 """ 1.7 - self._log('info', fmt, args) 1.8 + self._log('debug', fmt, args) 1.9 1.10 def logInfo(self, fmt, *args): 1.11 """Log an info message.