mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-16 16:39:24 +01:00
Fix logging the file size on stats wrapper
This commit is contained in:
parent
23ef4817a1
commit
1e00a8a8e6
@ -332,7 +332,7 @@ FSError FSWrapper::FSGetStatWrapper(const char *path, FSStat *stats) {
|
|||||||
stats->owner = path_stat.st_uid;
|
stats->owner = path_stat.st_uid;
|
||||||
stats->group = path_stat.st_gid;
|
stats->group = path_stat.st_gid;
|
||||||
}
|
}
|
||||||
DEBUG_FUNCTION_LINE_VERBOSE("[%s] Stats file for %s (%s), size %016llX", getName().c_str(), path, newPath.c_str(), stats->size);
|
DEBUG_FUNCTION_LINE_VERBOSE("[%s] Stats file for %s (%s), size %08X", getName().c_str(), path, newPath.c_str(), stats->size);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user