aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/UTCTime.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-11 09:44:13 +0000
committerLev Walkin <vlm@lionet.info>2004-08-11 09:44:13 +0000
commitba4e518c0205a565232813b59f35c162e6283929 (patch)
tree2814a46022d1518c401a5c2d40fc9515d78ae351 /skeletons/UTCTime.c
parent8ee1593e1f4cfd2d3d2e59e9b6a6cd01d12e6d08 (diff)
portability
Diffstat (limited to 'skeletons/UTCTime.c')
-rw-r--r--skeletons/UTCTime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/UTCTime.c b/skeletons/UTCTime.c
index e15cca91..7d971173 100644
--- a/skeletons/UTCTime.c
+++ b/skeletons/UTCTime.c
@@ -46,7 +46,8 @@ UTCTime_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
errno = EPERM; /* Just an unlikely error code */
tloc = asn_UT2time(st, 0, 0);
if(tloc == -1 && errno != EPERM) {
- _ASN_ERRLOG("%s: Invalid time format: %s",
+ _ASN_ERRLOG(app_errlog, app_key,
+ "%s: Invalid time format: %s",
td->name, strerror(errno));
return -1;
}