mirror of
https://github.com/kakwa/uts-server
synced 2025-01-10 05:34:29 +01:00
switching success log to debug
This commit is contained in:
parent
b962e31461
commit
29defe1610
@ -260,7 +260,7 @@ end:
|
|||||||
long status = ASN1_INTEGER_get(ts_response->status_info->status);
|
long status = ASN1_INTEGER_get(ts_response->status_info->status);
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case TS_STATUS_GRANTED:
|
case TS_STATUS_GRANTED:
|
||||||
uts_logger(ct, LOG_INFO,
|
uts_logger(ct, LOG_DEBUG,
|
||||||
"timestamp request granted (response serial '%s...')",
|
"timestamp request granted (response serial '%s...')",
|
||||||
*serial_id);
|
*serial_id);
|
||||||
ret = 200;
|
ret = 200;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user