summaryrefslogtreecommitdiffhomepage
path: root/options/base-value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/base-value.cpp')
-rw-r--r--options/base-value.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/options/base-value.cpp b/options/base-value.cpp
index c7691a8f..9ccbbdf8 100644
--- a/options/base-value.cpp
+++ b/options/base-value.cpp
@@ -26,9 +26,8 @@ value_::~value_()
b->on_value_destructed(this);
}
-void value_::maybe_trace(bool x) const
+void value_::maybe_trace(const char* str) const
{
if (TRACE_NOTIFY)
- qDebug().noquote() << "notify" << (x ? '+' : '-')
- << QThread::currentThreadId() << b->name() << self_name;
+ qDebug().noquote() << str << QThread::currentThreadId() << b->name() << self_name;
}