more review comments

This commit is contained in:
Mark Haines 2017-03-14 14:53:14 +00:00
parent 4ad5566759
commit 696f96c585

View file

@ -150,6 +150,6 @@ func writeEvent(event gomatrixserverlib.Event) {
panic(err)
}
} else {
panic(fmt.Errorf("Format %q is not valid, must be %q or %q", format, "RAW", "INPUT"))
panic(fmt.Errorf("Format %q is not valid, must be %q or %q", format, "InputRoomEvent", "Event"))
}
}