Skip to content

Commit 372019d

Browse files
committed
Added logging info to avoid incorrectly named configuration files going unnoticed.
1 parent 6aac177 commit 372019d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Scripts/Vitrivr/UnityInterface/DresApi/DresConfigManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public DresConfig Config
4343
}
4444
else
4545
{
46+
Debug.Log($"No DRES config file found at {GetFilePath(ConfigFile)}, using defaults.");
4647
_config = DresConfig.GetDefault();
4748
}
4849

0 commit comments

Comments
 (0)