From b2d78feaf0c54da90deeb620e83933eb20c47d71 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Thu, 18 Jun 2020 22:39:27 +0200
Subject: [PATCH] fix(config): Fix wrong debug print

---
 epicardium/modules/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epicardium/modules/config.c b/epicardium/modules/config.c
index d4c2b74e0..cae7bde65 100644
--- a/epicardium/modules/config.c
+++ b/epicardium/modules/config.c
@@ -511,7 +511,7 @@ int epic_config_set_string(const char *key, const char *value_in)
 			slot->value_offset, buf, sizeof(buf)
 		);
 		if (nread == 0) {
-			LOG_DEBUG("card10.cfg", "could not read old value", );
+			LOG_DEBUG("card10.cfg", "could not read old value");
 			goto complex_out;
 		}
 
-- 
GitLab