From c69639154ff95441d53e242be8866dd5de7b3d51 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 11 Sep 2020 14:48:12 +0200
Subject: [PATCH] enable_client_specific_tag(): Fix format specifier in a log
 message

---
 client-tags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-tags.c b/client-tags.c
index 23eb39f3..a8cb6960 100644
--- a/client-tags.c
+++ b/client-tags.c
@@ -568,7 +568,7 @@ jb_err enable_client_specific_tag(struct client_state *csp,
    {
       add_tag_for_client(csp->client_address, tag_name, time_to_live);
       log_error(LOG_LEVEL_INFO,
-         "Tag '%s' enabled for client '%s'. TTL: %d.",
+         "Tag '%s' enabled for client '%s'. TTL: %ld.",
          tag->name, csp->client_address, time_to_live);
    }
 
-- 
2.49.0