switching success log to debug

This commit is contained in:
kakwa 2016-09-08 21:17:35 +02:00
parent 7277fa9c91
commit b7bff24915
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ end:
long status = ASN1_INTEGER_get(ts_response->status_info->status);
switch (status) {
case TS_STATUS_GRANTED:
uts_logger(ct, LOG_INFO,
uts_logger(ct, LOG_DEBUG,
"timestamp request granted (response serial '%s...')",
*serial_id);
ret = 200;