[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [XEND] Remove annoying debugging messages



# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID 52f449c9dcc562e82ada54ea0a197f1927c3047c
# Parent  d147be77861d1497325ffed96b287e4686db0241
[XEND] Remove annoying debugging messages

Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendAPI.py          |    1 -
 tools/python/xen/xend/XendAuthSessions.py |    1 -
 2 files changed, 2 deletions(-)

diff -r d147be77861d -r 52f449c9dcc5 tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py  Fri Oct 06 11:48:21 2006 +0100
+++ b/tools/python/xen/xend/XendAPI.py  Fri Oct 06 11:56:36 2006 +0100
@@ -291,7 +291,6 @@ class XendAPI:
     def session_login_with_password(self, username, password):
         try:
             session = auth_manager().login_with_password(username, password)
-            log.info("User %s logged in.", username)
             return xen_api_success(session)
         except XendError, e:
             return xen_api_error(XEND_ERROR_AUTHENTICATION_FAILED)
diff -r d147be77861d -r 52f449c9dcc5 tools/python/xen/xend/XendAuthSessions.py
--- a/tools/python/xen/xend/XendAuthSessions.py Fri Oct 06 11:48:21 2006 +0100
+++ b/tools/python/xen/xend/XendAuthSessions.py Fri Oct 06 11:56:36 2006 +0100
@@ -44,7 +44,6 @@ class XendAuthSessions:
             del self.sessions[session]
 
     def is_session_valid(self, session):
-        log.debug('isSessionValid: %s' % session)
         if type(session) == type(str()):
             return (session in self.sessions)
         return False

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.