aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/delivery/delivery_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_init.c b/src/lib/delivery/delivery_init.c
index 5f1c605..48124c2 100644
--- a/src/lib/delivery/delivery_init.c
+++ b/src/lib/delivery/delivery_init.c
@@ -202,7 +202,7 @@ int delivery_init_platform(struct Delivery *ctx) {
for (size_t i = 0; i < DELIVERY_PLATFORM_MAX; i++) {
ctx->system.platform[i] = calloc(DELIVERY_PLATFORM_MAXLEN, sizeof(*ctx->system.platform[0]));
if (!ctx->system.platform[i]) {
- SYSERROR("Unable to allocate record %zu in platform array\n", i);
+ SYSERROR("Unable to allocate record %zu in platform array", i);
return -1;
}
}