From 395362edbd8cd4ff08f3c29f3ae36d7d20229f21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 00:29:30 +0100 Subject: Remove redundant logging --- src/Patchage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Patchage.cpp') 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); }; -- cgit v1.2.1