aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.h')
-rw-r--r--src/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.h b/src/Log.h
index 96da0d1..01afa75 100644
--- a/src/Log.h
+++ b/src/Log.h
@@ -112,7 +112,7 @@ class LogToFile : public LogBackend {
{"DEBUG", "INFO", "WARN", "ERROR", "ALERT", "EMERG"};
// fprintf is thread-safe
- fprintf(log_file, "CRC-DABMUX: %s: %s\n",
+ fprintf(log_file, SYSLOG_IDENT ": %s: %s\n",
log_level_text[(size_t)level], message.c_str());
fflush(log_file);
}