Revision: 40803
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40803&view=rev
Author:   davidloman
Date:     2010-09-29 13:09:44 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Add some logging points.

Modified Paths:
--------------
    rt^3/trunk/src/GS/AccountManager.cxx

Modified: rt^3/trunk/src/GS/AccountManager.cxx
===================================================================
--- rt^3/trunk/src/GS/AccountManager.cxx        2010-09-29 13:08:46 UTC (rev 
40802)
+++ rt^3/trunk/src/GS/AccountManager.cxx        2010-09-29 13:09:44 UTC (rev 
40803)
@@ -85,9 +85,12 @@
        quint32 id = this->validateLoginCreds(uname, passwd);
 
        if (id <= 0) {
+               log->logINFO("AccountManager", "Authentication FAILED. User: '" 
+ uname + "'");
                return NULL;
        }
 
+       log->logINFO("AccountManager", "Authenticated user: '" + uname + "'");
+
        Account* acc = new Account(uname,p);
 
        //TODO cache account here.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to