summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dlt_user.c')
-rw-r--r--src/lib/dlt_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dlt_user.c b/src/lib/dlt_user.c
index d3fc066..2d81a98 100644
--- a/src/lib/dlt_user.c
+++ b/src/lib/dlt_user.c
@@ -3173,7 +3173,7 @@ int dlt_user_queue_resend(void)
// log error only when problem occurred first time
char str[255];
snprintf(str,254,"Could not request resending.: %s \n",strerror(errno));
- dlt_log(LOG_NOTICE, str);
+ dlt_log(LOG_DEBUG, str);
}
dlt_user_queue_resend_error_counter = 1;
free(resend_data);