Skip to content

Commit

Permalink
fix format 6
Browse files Browse the repository at this point in the history
  • Loading branch information
adzfolc committed Jul 31, 2024
1 parent 1da562b commit 7274146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/redis.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ proc ::redis::__dispatch__raw__ {id method argv} {
::redis::redis_write $fd $cmd
if {$print eq 1} {
set end [clock milliseconds]
puts "[clock format $end] LOAD_HANDLER send cmd takes [$begin-$end] ms"
puts "[clock format $end] LOAD_HANDLER send cmd takes [expr $begin-$end] ms"
}
if {[catch {flush $fd}]} {
catch {close $fd}
Expand Down

0 comments on commit 7274146

Please sign in to comment.