From 61647de38bbd8751d18680251f31d6b5347a714c Mon Sep 17 00:00:00 2001 From: default Date: Mon, 4 Mar 2024 09:18:07 +0100 Subject: Logging tweaks. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 3e306a6..0ddb266 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1855,7 +1855,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req) } } else - snac_log(snac, xs_fmt("warning: empty or null creation date for %s", actor)); + snac_debug(snac, 1, xs_fmt("warning: empty or null creation date for %s", actor)); } if (strcmp(type, "Follow") == 0) { /** **/ -- cgit v1.2.3