[Fedora-directory-commits] esc/src/app/xpcom rhCoolKey.cpp,1.8,1.9

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Fri Jan 18 17:52:54 UTC 2008


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xpcom
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29158

Modified Files:
	rhCoolKey.cpp 
Log Message:
Minor diagnostics log fix. Bug#253268.



Index: rhCoolKey.cpp
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xpcom/rhCoolKey.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rhCoolKey.cpp	7 Jun 2007 21:16:28 -0000	1.8
+++ rhCoolKey.cpp	18 Jan 2008 17:52:52 -0000	1.9
@@ -817,7 +817,7 @@
 NS_IMETHODIMP rhCoolKey::ResetCoolKeyPIN(PRUint32 aKeyType, const char *aKeyID, const char *aScreenName, const char *aPIN, const char *aScreenNamePwd)
 {
     char tBuff[56];
-    ::CoolKeyLogMsg( PR_LOG_ALWAYS, "%s Attempting to Reset Key PIN, ID: %s \n",GetTStamp(tBuff,56),aKeyID);
+    ::CoolKeyLogMsg( PR_LOG_ALWAYS, "%s Attempting to Reset Key Password, ID: %s \n",GetTStamp(tBuff,56),aKeyID);
     CoolKeyNode *node = GetCoolKeyInfo(aKeyType, aKeyID);
 
     if (!node)




More information about the Fedora-directory-commits mailing list