diff --git a/src/sbbs3/un_rep.cpp b/src/sbbs3/un_rep.cpp
index 85ee1da158aa2b00dec88e8909314fb65e7ca57a..0ba5c3d56f11fecc08f3b23bbd14b8346a38e6f8 100644
--- a/src/sbbs3/un_rep.cpp
+++ b/src/sbbs3/un_rep.cpp
@@ -199,10 +199,9 @@ bool sbbs_t::unpack_rep(char* repfile)
 					errors++;
 				continue;
 			}
-			snprintf(str, sizeof(str)-1
-				, "%s blocks (read '%c' at offset %ld, '%s' at offset %ld)"
-				, msg_fname, block[0], l, tmp, l + 116);
-			errormsg(WHERE, ERR_CHK, tmp, blocks, str);
+			lprintf(LOG_WARNING
+				, "%s msg blocks less than 2 (read '%c' at offset %ld, '%s' at offset %ld)"
+				, getfname(msg_fname), block[0], l, tmp, l + 116);
 			errors++;
 			blocks=1;
 			continue;