mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2025-05-20 15:47:04 +02:00
Fix logging the file size on stats wrapper
This commit is contained in:
parent
aa58f1745f
commit
78ca44dbf8
@ -332,7 +332,7 @@ FSError FSWrapper::FSGetStatWrapper(const char *path, FSStat *stats) {
|
||||
stats->owner = path_stat.st_uid;
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user