diff options
Diffstat (limited to 'runtime/librsgt.c')
-rw-r--r-- | runtime/librsgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/librsgt.c b/runtime/librsgt.c index e24c3769..40b46d9c 100644 --- a/runtime/librsgt.c +++ b/runtime/librsgt.c @@ -627,6 +627,7 @@ timestampIt(gtfile gf, GTDataHash *hash) /* Encode timestamp. */ r = GTTimestamp_getDEREncoded(timestamp, &der, &lenDer); if(r != GT_OK) { + // TODO: use rsyslog error reporting! fprintf(stderr, "GTTimestamp_getDEREncoded() failed: %d (%s)\n", r, GT_getErrorString(r)); goto done; |