aboutsummaryrefslogtreecommitdiff
path: root/src/shm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shm.cc')
-rw-r--r--src/shm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shm.cc b/src/shm.cc
index 98dd526..0e2153a 100644
--- a/src/shm.cc
+++ b/src/shm.cc
@@ -126,7 +126,7 @@ static void ErrorHandler(const char *Text){
if(SHM != NULL){
SHM->Errors += 1;
if(SHM->Errors <= 0x8000){
- Log("error", Text);
+ Log("error", "%s", Text);
if(SHM->Errors == 0x8000){
Log("error", "Zu viele Fehler. Keine weitere Protokollierung.\n");
}