diff options
Diffstat (limited to 'src/shm.cc')
| -rw-r--r-- | src/shm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |
