summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
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);
};