diff --git a/src/sbbs3/un_qwk.cpp b/src/sbbs3/un_qwk.cpp index 2b2fdb3677396affff5d270635093cc4ef4354b0..c6dba0cfa055e4a4941c129d6fd884682854c88a 100644 --- a/src/sbbs3/un_qwk.cpp +++ b/src/sbbs3/un_qwk.cpp @@ -78,7 +78,7 @@ bool sbbs_t::unpack_qwk(char *packet,uint hubnum) } sprintf(str,"%sMESSAGES.DAT",cfg.temp_dir); if(!fexistcase(str)) { - sprintf(str,"%s doesn't contain MESSAGES.DAT",packet); + sprintf(str,"%s doesn't contain MESSAGES.DAT (%s)",packet,str); errorlog(str); return(false); }