diff --git a/src/ccstruct/blread.cpp b/src/ccstruct/blread.cpp index 34034801d3..367d301d38 100644 --- a/src/ccstruct/blread.cpp +++ b/src/ccstruct/blread.cpp @@ -57,6 +57,7 @@ bool read_unlv_file( //print list of sides } fclose(pdfp); } + tprintf("UZN file %s loaded.\n", name.string()); return true; }