Print info when uzn file is used.

This commit is contained in:
zdenop 2019-04-28 19:06:38 +02:00 committed by Stefan Weil
parent d5f23a61b3
commit 2746566ecc

View File

@ -57,6 +57,7 @@ bool read_unlv_file( //print list of sides
}
fclose(pdfp);
}
tprintf("UZN file %s loaded.\n", name.string());
return true;
}