diff options
Diffstat (limited to 'src/core/module/Event.cpp')
-rw-r--r-- | src/core/module/Event.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/module/Event.cpp b/src/core/module/Event.cpp index b6d31369..873e728d 100644 --- a/src/core/module/Event.cpp +++ b/src/core/module/Event.cpp @@ -86,9 +86,8 @@ class Event::Impl { listener_id, data_object]() { callback(event_identifier, listener_id, data_object); })) { - qCWarning(core) << "failed to invoke callback for event: " - << event_identifier_ - << " with listener:" << listener_id; + LOG_W() << "failed to invoke callback for event: " << event_identifier_ + << " with listener:" << listener_id; } } } |