Skip to content

Commit

Permalink
Log driver object address on entry
Browse files Browse the repository at this point in the history
This is a port of
dechamps/FlexASIO@6376094
  • Loading branch information
dechamps committed Apr 14, 2024
1 parent 39d5d0c commit 184778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asio401/ASIO401/casio401.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ namespace asio401 {
OBJECT_ENTRY_AUTO(__uuidof(::CASIO401), CASIO401);

template <typename Functor> ASIOError CASIO401::Enter(std::string_view context, Functor functor) {
if (IsLoggingEnabled()) Log() << "--- ENTERING CONTEXT: " << context;
if (IsLoggingEnabled()) Log() << "--- ENTERING CONTEXT: " << context << " on " << this;
ASIOError result;
try {
functor();
Expand Down

0 comments on commit 184778a

Please sign in to comment.