mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
switching success log to debug
This commit is contained in:
parent
7277fa9c91
commit
b7bff24915
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user