summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/du_buff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/du_buff.c b/src/lib/du_buff.c
index 5756ba27..eace2d02 100644
--- a/src/lib/du_buff.c
+++ b/src/lib/du_buff.c
@@ -190,7 +190,7 @@ int buffer_copy_data(struct buffer * head,
buf_end = buffer_seek(head, pos + len);
if (buf_start == NULL || buf_end == NULL) {
- LOG_DBGF("Index out of bounds %llu, %llu", pos, pos+len);
+ LOG_DBGF("Index out of bounds %llu, %llu", pos, pos + len);
return -EINVAL;
}