diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-01 22:46:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-01 22:46:10 +0100 |
commit | 6274ec1b5f63087bb3ca41390ed0149ea3d6ae8c (patch) | |
tree | 3301ca84230ae2466603ac91cc8c18008e588969 /options/value.hpp | |
parent | 1eb2ed6e95332bc6568d796226986e78a02d4785 (diff) |
options/value: log more with OTR_TRACE_NOTIFY
Diffstat (limited to 'options/value.hpp')
-rw-r--r-- | options/value.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/value.hpp b/options/value.hpp index dacd0ea9..9a7487b8 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -137,6 +137,7 @@ public: return *this; store_variant(traits::qvariant_from_value(traits::pass_value(datum))); + maybe_trace("set-value"); return *this; } |