jplist: Add missing newline to debug message
diff --git a/src/jplist.c b/src/jplist.c
index 7817b1c..3a38ba3 100644
--- a/src/jplist.c
+++ b/src/jplist.c
@@ -407,7 +407,7 @@
 
     strbuf_t *outbuf = str_buf_new(size);
     if (!outbuf) {
-        PLIST_JSON_WRITE_ERR("Could not allocate output buffer");
+        PLIST_JSON_WRITE_ERR("Could not allocate output buffer\n");
         return PLIST_ERR_NO_MEM;
     }