diff options
author | default <nobody@localhost> | 2024-03-04 09:18:07 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-04 09:18:07 +0100 |
commit | 61647de38bbd8751d18680251f31d6b5347a714c (patch) | |
tree | c6a85ce6975869f2f66ee578f05879f31cfcda19 /activitypub.c | |
parent | 86d2452d26705612e6899fcb74b1faba63dd20a6 (diff) |
Logging tweaks.
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { /** **/ |