add print
This commit is contained in:
parent
b0f21127b6
commit
e848105873
|
|
@ -27,6 +27,7 @@ void TrackBrowser::FindCustomTracks() {
|
|||
info.Path = dir;
|
||||
TrackEditor::LoadTrackInfo(info, archive, sceneFile);
|
||||
if (info.ResourceName.empty()) {
|
||||
printf("[TrackBrowser] Track has invalid resource name; expected format: author:mod_name");
|
||||
info.ResourceName = std::string("mods:") + name;
|
||||
}
|
||||
printf("[TrackBrowser] Added custom track %s\n", info.Name.c_str());
|
||||
|
|
|
|||
Loading…
Reference in New Issue