X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=client-tags.c;h=a8cb69609d078f4db7b28078cb31cc131bea842e;hp=23eb39f35e7f9f0dda480cd12f9179efad1b5eda;hb=36315694410b9ab6432ec90dab80b9b05e68da8b;hpb=212b29fae73a78752d25465a1299a646da1ba99d 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); }