summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/dlt_common.c')
-rw-r--r--src/shared/dlt_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 0768880..c44be67 100644
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -1762,7 +1762,7 @@ void dlt_log_init(int mode)
if (logging_mode == DLT_LOG_TO_FILE) {
/* internal logging to file */
- logging_handle = fopen(logging_filename, "w");
+ logging_handle = fopen(logging_filename, "a");
if (logging_handle == NULL) {
printf("Internal log file %s cannot be opened!\n", logging_filename);