Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
9191b1c6
Commit
9191b1c6
authored
Oct 27, 2016
by
filatov
Browse files
fix copypaste error in log message
parent
4d102737
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Security/LibItsSecurity_Functions.ttcn3
View file @
9191b1c6
...
...
@@ -1218,7 +1218,7 @@ module LibItsSecurity_Functions {
log
(
"f_loadCertificates: Failed to load AA certificate for "
,
cc_taCert_A
);
}
}
else
{
log
(
"f_loadCertificates: Failed to load A
A
certificate for "
,
cc_taCert_A
);
log
(
"f_loadCertificates: Failed to load A
T
certificate for "
,
cc_taCert_A
);
}
}
else
{
log
(
"f_loadCertificates: Failed to load certificates from "
,
PX_CERTIFICATE_POOL_PATH
);
...
...
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