mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-21 02:52:50 -05:00
Log filesystem free value to system trace.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a9033179f
commit
90bc818696
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ qulonglong Utils::filesystemFree(QString path)
|
|||
if(ret)
|
||||
size = freeAvailBytes.QuadPart;
|
||||
#endif
|
||||
qDebug() << "[Utils] Filesystem free:" << path << size;
|
||||
return size;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue