diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts
index c71b611225a14fc99e2ab1003289f41213b54cee..612f49a4211169369cc71ee0970dca0cfcbb90f8 100644
--- a/src/matrixeventprocessor.ts
+++ b/src/matrixeventprocessor.ts
@@ -123,7 +123,7 @@ export class MatrixEventProcessor {
             return;
         } else if (event.type === "m.room.redaction") {
             if (!context.rooms.remote) {
-                log.info("Got radaction event with no linked room. Ignoring.");
+                log.warn("Got radaction event with no linked room. Ignoring.");
                 return;
             }
             await this.discord.ProcessMatrixRedact(event);