Skip to content

Commit

Permalink
fixup! Add tests for OSX and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Oct 27, 2024
1 parent 491d8d3 commit a7e7b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.jl
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ function stop(demo_server::DemoServer)
end
end

function _add_log_event!(client::Client, callback_name::Symbol, event; printf=false)
function _add_log_event!(client::Client, callback_name::Symbol, event; printf=true)
@lock client.log_lock begin
if !haskey(client.callback_log, callback_name)
client.callback_log[callback_name] = []
Expand Down

0 comments on commit a7e7b50

Please sign in to comment.