common: add message to LoadBSPFile

This commit is contained in:
Eric Wasylishen 2016-07-23 16:19:53 -06:00
parent 8b8cc4a37a
commit 8429017ea4
1 changed files with 2 additions and 0 deletions

View File

@ -1123,6 +1123,8 @@ LoadBSPFile(char *filename, bspdata_t *bspdata)
uint32_t bspxofs, flen;
const bspx_header_t *bspx;
logprint("LoadBSPFile: '%s'\n", filename);
/* load the file header */
flen = LoadFilePak(filename, &header);