summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/KM_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.h b/src/KM_log.h
index 0042119..58c1b8f 100755
--- a/src/KM_log.h
+++ b/src/KM_log.h
@@ -212,7 +212,7 @@ namespace Kumu
void WriteEntry(const LogEntry& Entry) {
m_a.WriteEntry(Entry);
- m_a.WriteEntry(Entry);
+ m_b.WriteEntry(Entry);
}
};