summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-04 09:18:07 +0100
committerdefault <nobody@localhost>2024-03-04 09:18:07 +0100
commit61647de38bbd8751d18680251f31d6b5347a714c (patch)
treec6a85ce6975869f2f66ee578f05879f31cfcda19 /activitypub.c
parent86d2452d26705612e6899fcb74b1faba63dd20a6 (diff)
Logging tweaks.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
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) { /** **/