Commit a1fdee3c authored by garciay's avatar garciay
Browse files

Improve some logs

parent 6133ddc8
......@@ -86,7 +86,7 @@ public class CertificatesIO implements ICertificatesIO {
*/
@Override
public boolean loadCertificates(final String p_rootDirectory, final String p_configId) { // E.g. <rootDirectory path>, cfg01
TERFactory.getInstance().logDebug(">>> CertificatesIO.loadCertificates: " + p_rootDirectory + ", " + p_configId + " - " + _areCertificatesLoaded);
TERFactory.getInstance().logDebug(">>> CertificatesIO.loadCertificates: '" + p_rootDirectory + "', '" + p_configId + "' - " + _areCertificatesLoaded);
// Sanity check
if (_areCertificatesLoaded) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment