mirror of
https://github.com/kakwa/uts-server
synced 2024-11-05 09:18:50 +01:00
fix the order of some strings in some log messages
This commit is contained in:
parent
a70f2fe754
commit
2f866957d3
@ -279,7 +279,7 @@ end:
|
|||||||
|
|
||||||
// log the full serial as a debug message
|
// log the full serial as a debug message
|
||||||
uts_logger(ct, LOG_DEBUG, "Request[%s], timestamp full serial: %s",
|
uts_logger(ct, LOG_DEBUG, "Request[%s], timestamp full serial: %s",
|
||||||
serial_hex, *serial_id);
|
*serial_id, serial_hex);
|
||||||
|
|
||||||
free(serial_hex);
|
free(serial_hex);
|
||||||
|
|
||||||
@ -290,7 +290,7 @@ end:
|
|||||||
}
|
}
|
||||||
// log the full responce status, info and failure info
|
// log the full responce status, info and failure info
|
||||||
uts_logger(ct, LOG_DEBUG, "Request[%s], TimeStamp OpenSSL status: |%s",
|
uts_logger(ct, LOG_DEBUG, "Request[%s], TimeStamp OpenSSL status: |%s",
|
||||||
bptr->data, *serial_id);
|
*serial_id, bptr->data);
|
||||||
|
|
||||||
// emit logs according the return value
|
// emit logs according the return value
|
||||||
// and set the return code
|
// and set the return code
|
||||||
|
Loading…
Reference in New Issue
Block a user