WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix log message.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 018af1c94a5e12b73cb689f564a4b1b2d3108137
# Parent  6206685650f582d79f4b84f2b4d35d886cccdff0
Fix log message.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/server/XMLRPCServer.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 6206685650f5 -r 018af1c94a5e 
tools/python/xen/xend/server/XMLRPCServer.py
--- a/tools/python/xen/xend/server/XMLRPCServer.py      Tue Nov 28 10:23:34 
2006 +0000
+++ b/tools/python/xen/xend/server/XMLRPCServer.py      Tue Nov 28 10:24:52 
2006 +0000
@@ -106,7 +106,7 @@ class XMLRPCServer:
                                           self.hosts_allowed,
                                           logRequests = False)
         else:
-            log.info("Opening Unix domain socket XML-RPC server on %s:%d.",
+            log.info("Opening Unix domain socket XML-RPC server on %s.",
                      self.path)
             self.server = UnixXMLRPCServer(self.path, self.hosts_allowed,
                                            logRequests = False)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix log message., Xen patchbot-unstable <=