diff --git a/src/sbbs3/zmodem.c b/src/sbbs3/zmodem.c
index eb4fb480dc36fdfccae47973bb0be8440c3cc763..c78291cf1e830eaf8a8e9101889406b25912bf34 100644
--- a/src/sbbs3/zmodem.c
+++ b/src/sbbs3/zmodem.c
@@ -1849,7 +1849,7 @@ int zmodem_recv_files(zmodem_t* zm, const char* download_dir, uint32_t* bytes_re
 					break;
 				}
 				if(l == bytes) {
-					lprintf(zm,LOG_ERR,"CRC, length, and filename match.");
+					lprintf(zm,LOG_INFO,"CRC, length, and filename match.");
 					break;
 				}
 				lprintf(zm,LOG_INFO,"Resuming download of %s",fpath);