Change "Base music set song missing..." debug message to level 1
This commit is contained in:
@@ -141,7 +141,7 @@ bool MusicSet::FillSetDetails(IniFile *ini, const char *path, const char *full_f
|
|||||||
this->songinfo[i].cat_index = atoi(item->value);
|
this->songinfo[i].cat_index = atoi(item->value);
|
||||||
char *songname = GetMusicCatEntryName(filename, this->songinfo[i].cat_index);
|
char *songname = GetMusicCatEntryName(filename, this->songinfo[i].cat_index);
|
||||||
if (songname == NULL) {
|
if (songname == NULL) {
|
||||||
DEBUG(grf, 0, "Base music set song missing from CAT file: %s/%d", filename, this->songinfo[i].cat_index);
|
DEBUG(grf, 1, "Base music set song missing from CAT file: %s/%d", filename, this->songinfo[i].cat_index);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
strecpy(this->songinfo[i].songname, songname, lastof(this->songinfo[i].songname));
|
strecpy(this->songinfo[i].songname, songname, lastof(this->songinfo[i].songname));
|
||||||
|
Reference in New Issue
Block a user