chiark / gitweb /
systemctl: show hint about --full when lines don't fit
[elogind.git] / src / journal / journal-gatewayd.c
index 10224a1ac12dbe405e9d27ff44e37dd589acf203..06a236df6bb311065f5cee74673b254e35df00bb 100644 (file)
@@ -248,7 +248,7 @@ static ssize_t request_reader_entries(
                         }
                 }
 
-                r = output_journal(m->tmp, m->journal, m->mode, 0, OUTPUT_FULL_WIDTH);
+                r = output_journal(m->tmp, m->journal, m->mode, 0, OUTPUT_FULL_WIDTH, NULL);
                 if (r < 0) {
                         log_error("Failed to serialize item: %s", strerror(-r));
                         return MHD_CONTENT_READER_END_WITH_ERROR;