Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
a1fdee3c
Commit
a1fdee3c
authored
Aug 01, 2016
by
garciay
Browse files
Improve some logs
parent
6133ddc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
javasrc/certificatesio/org/etsi/certificates/io/CertificatesIO.java
View file @
a1fdee3c
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment