From: Michael Tremer Date: Thu, 2 Oct 2025 19:31:54 +0000 (+0000) Subject: graph: Fix the text on the watermark X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4bddd2b45c48ef5db2286461b428e34b9000a3;p=telemetry.git graph: Fix the text on the watermark Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graph.c b/src/daemon/graph.c index 87fe204..4a3bb8e 100644 --- a/src/daemon/graph.c +++ b/src/daemon/graph.c @@ -57,7 +57,7 @@ const char* DEFAULT_RENDER_ARGS[] = { "--dynamic-labels", // Add a watermark - "--watermark=PACKAGE_NAME", + "--watermark=" PACKAGE_NAME, // Sentinel NULL,