Revision: 41724
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41724&view=rev
Author:   davidloman
Date:     2010-12-20 19:07:35 +0000 (Mon, 20 Dec 2010)

Log Message:
-----------
Make AccountManager print accountID as well as account uname to log upon proper 
authentication.

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-12-20 18:31:30 UTC (rev 
41723)
+++ rt^3/trunk/src/GS/AccountManager.cxx        2010-12-20 19:07:35 UTC (rev 
41724)
@@ -92,7 +92,7 @@
                return NULL;
        }
 
-       log->logINFO("AccountManager", "Authenticated user: '" + uname + "'");
+       log->logINFO("AccountManager", "Authenticated user: '" + uname + "', 
accountID: " + QString::number(id));
 
        Account* acc = this->newAccount(uname, p, id);
        return acc;


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to