Skip to content

Commit 137e6de

Browse files
committed
Print info when uzn file is used.
1 parent 0fe9290 commit 137e6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ccstruct/blread.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ bool read_unlv_file( //print list of sides
5757
}
5858
fclose(pdfp);
5959
}
60+
tprintf("UZN file %s loaded.\n", name.string());
6061
return true;
6162
}
6263

0 commit comments

Comments
 (0)