Explorar el Código

Minor logging tweak.

grunfink hace 1 mes
padre
commit
f54956128a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      activitypub.c

+ 1 - 1
activitypub.c

@@ -2979,7 +2979,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
         else {
             xs_str *e = xs_fmt("ignored 'Accept' for object type '%s'", utype);
             srv_archive_error("accept", e, req, msg);
-            snac_debug(snac, 1, e);
+            snac_log(snac, e);
         }
     }
     else