javacommons/security/src/utils/storagehandler.cpp
branchRCL_3
changeset 66 2455ef1f5bbc
parent 65 ae942d28ec0e
child 71 d5e927d5853b
equal deleted inserted replaced
65:ae942d28ec0e 66:2455ef1f5bbc
   161 {
   161 {
   162     try
   162     try
   163     {
   163     {
   164         aCerts.push_back(JavaCommonUtils::wstringToInt(aValue));
   164         aCerts.push_back(JavaCommonUtils::wstringToInt(aValue));
   165     }
   165     }
   166     catch (ExceptionBase& eb)
   166     catch (ExceptionBase eb)
   167     {
   167     {
   168         WLOG1WSTR(EJavaStorage,
   168         WLOG1WSTR(EJavaStorage,
   169                   "Invalid cert index skipped: %s", aValue);
   169                   "Invalid cert index skipped: %s", aValue);
   170     }
   170     }
   171 }
   171 }