diff options
| author | 2022-12-15 16:43:01 +0100 | |
|---|---|---|
| committer | 2022-12-15 16:43:01 +0100 | |
| commit | 286eb291c7d333995e3932bb3c3ec3f55b33402e (patch) | |
| tree | c73355d0b1803820b36f77fc33a5c7c8daf2f6d7 | |
| parent | Log repeated Follow messages. (diff) | |
| download | snac2-286eb291c7d333995e3932bb3c3ec3f55b33402e.tar.gz snac2-286eb291c7d333995e3932bb3c3ec3f55b33402e.tar.xz snac2-286eb291c7d333995e3932bb3c3ec3f55b33402e.zip | |
Lower debug level to repeated follows.
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 9131b2b..9a63de7 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -843,7 +843,7 @@ int process_message(snac *snac, char *msg, char *req) | |||
| 843 | do_notify = 1; | 843 | do_notify = 1; |
| 844 | } | 844 | } |
| 845 | else | 845 | else |
| 846 | snac_debug(snac, 1, xs_fmt("repeated 'Follow' from %s", actor)); | 846 | snac_log(snac, xs_fmt("repeated 'Follow' from %s", actor)); |
| 847 | } | 847 | } |
| 848 | else | 848 | else |
| 849 | if (strcmp(type, "Undo") == 0) { | 849 | if (strcmp(type, "Undo") == 0) { |