diff --git a/src/r_things.c b/src/r_things.c
index 2f19af833819152dbfc3535160229a685266ae1b..1085894936aab503db0db8fe3da8b288d2e8d6d3 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -331,7 +331,7 @@ static boolean R_AddSingleSpriteDef(const char *sprname, spritedef_t *spritedef,
 			case SRF_2D: // both Left and Right rotations
 			// we test to see whether the left and right slots are present
 			if ((sprtemp[frame].lumppat[2] == LUMPERROR) || (sprtemp[frame].lumppat[6] == LUMPERROR))
-				I_Error("R_AddSingleSpriteDef: Sprite %s frame %c is missing rotations",
+				I_Error("R_AddSingleSpriteDef: Sprite %.4s frame %c is missing rotations",
 				sprname, R_Frame2Char(frame));
 			break;