summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 00:29:30 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 00:31:49 +0100
commit395362edbd8cd4ff08f3c29f3ae36d7d20229f21 (patch)
tree9598ec57e3c8e7bc9d8bbed3e770ecb371646d63 /src/Patchage.cpp
parent55e0cada7f639841dffdc3e9108e7a975d1f3c60 (diff)
downloadpatchage-395362edbd8cd4ff08f3c29f3ae36d7d20229f21.tar.gz
patchage-395362edbd8cd4ff08f3c29f3ae36d7d20229f21.tar.bz2
patchage-395362edbd8cd4ff08f3c29f3ae36d7d20229f21.zip
Remove redundant logging
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 335496d..2307045 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -518,7 +518,7 @@ void
Patchage::refresh()
{
auto sink = [this](const PatchageEvent& event) {
- _log.info(event_to_string(event));
+ _log.info("Refresh: " + event_to_string(event));
handle_event(*this, event);
};