summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
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)
1855 } 1855 }
1856 } 1856 }
1857 else 1857 else
1858 snac_log(snac, xs_fmt("warning: empty or null creation date for %s", actor)); 1858 snac_debug(snac, 1, xs_fmt("warning: empty or null creation date for %s", actor));
1859 } 1859 }
1860 1860
1861 if (strcmp(type, "Follow") == 0) { /** **/ 1861 if (strcmp(type, "Follow") == 0) { /** **/