|
|
@@ -1009,7 +1009,7 @@ bool DataCompiler::compile(const char* data_dir, const char* platform)
|
|
|
for (u32 i = 0; i < vector::size(to_compile); ++i)
|
|
|
{
|
|
|
const DynamicString& path = to_compile[i];
|
|
|
- logi(DATA_COMPILER, "%s", path.c_str());
|
|
|
+ logi(DATA_COMPILER, _options->_server ? RESOURCE_ID_FMT_STR : "%s", path.c_str());
|
|
|
|
|
|
const char* type = resource_type(path.c_str());
|
|
|
if (type == NULL || !can_compile(type))
|