summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/dlt_common.c')
-rwxr-xr-xsrc/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 54a99c3..f0657e6 100755
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -2635,7 +2635,7 @@ int dlt_buffer_push3(DltBuffer *buf,const unsigned char *data1,unsigned int size
// try to increase size if possible
if(dlt_buffer_increase_size(buf)) {
/* increase size is not possible */
- dlt_log(LOG_ERR,"Buffer: Buffer is full\n");
+ //dlt_log(LOG_ERR,"Buffer: Buffer is full\n");
return -1; // ERROR
}
// update pointers