Skip to content

Commit d718960

Browse files
committed
remove dot character at end of transaction success log primary message, #5601
1 parent 15eec8d commit d718960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/stacks/miner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ pub enum TransactionEvent {
418418
impl TransactionResult {
419419
/// Logs a queryable message for the case where `txid` has succeeded.
420420
pub fn log_transaction_success(tx: &StacksTransaction) {
421-
info!("Tx successfully processed.";
421+
info!("Tx successfully processed";
422422
"event_name" => %"transaction_result",
423423
"tx_id" => %tx.txid(),
424424
"event_type" => %"success",

0 commit comments

Comments
 (0)