Skip to content

Commit

Permalink
fix(patchbay): log first then send
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 15, 2024
1 parent 1165b08 commit 9a983d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchbay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ namespace vencord

void patchbay::link(link_options options)
{
m_impl->sender->send(std::move(options));
logger::get()->trace(R"([patchbay] (link) request: "{}")", glz::write_json(options));
m_impl->sender->send(std::move(options));
}

void patchbay::unlink()
Expand Down

0 comments on commit 9a983d6

Please sign in to comment.