[Pvfs2-cvs] commit by nlmills in pvfs2/src/server: get-cred.sm
CVS commit program
cvs at parl.clemson.edu
Fri Dec 5 12:11:23 EST 2008
Update of /anoncvs/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv15635/src/server
Modified Files:
Tag: cu-security-branch
get-cred.sm
Log Message:
added some error messages
Index: get-cred.sm
===================================================================
RCS file: /anoncvs/pvfs2/src/server/Attic/get-cred.sm,v
diff -p -u -r1.1.2.6 -r1.1.2.7
--- get-cred.sm 4 Dec 2008 22:23:01 -0000 1.1.2.6
+++ get-cred.sm 5 Dec 2008 17:11:23 -0000 1.1.2.7
@@ -128,7 +128,7 @@ static PINT_sm_action get_cred_make_cred
account = PINT_lookup_account(s_op->u.getcred.certificate);
if (!account)
{
- /* TODO: log error message */
+ gossip_debug(GOSSIP_SECURITY_DEBUG, "Account lookup failed\n");
js_p->error_code = -PVFS_EACCES;
return SM_ACTION_COMPLETE;
}
More information about the Pvfs2-cvs
mailing list