summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 07:44:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 07:45:56 +0100
commit47626d654f2493cddf2126cd5e08e8be7efb67a8 (patch)
tree7e7b5877329b0bf7496d0340887079081b5846e1 /src/organizerproxy.cpp
parent4240f10260cbffbff52bf2d549100f4690a642b5 (diff)
Clarify comment.
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp
index 13b91ff4..1f73ee13 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -43,7 +43,7 @@ OrganizerProxy::OrganizerProxy(OrganizerCore* organizer, PluginContainer* plugin
OrganizerProxy::~OrganizerProxy()
{
- log::debug("~OrganizerProxy() for {}.", m_PluginName);
+ log::debug("Deleting organizer proxy for plugin '{}'.", m_PluginName);
for (auto& conn : m_Connections) {
conn.disconnect();
}