simple-display: enable console output in ShowDiskLevel()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 658b93c7c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-08 (Thu, 08 Jul 2021)

Origin message was:
------------------
- simple-display: enable console output in ShowDiskLevel()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-07-08 23:35:58 +02:00
parent 3533e775ad
commit 3e22971b08

View File

@@ -826,7 +826,7 @@ void CLCD::ShowDiskLevel()
if (get_fs_usage(g_settings.network_nfs_recordingdir.c_str(), t, u))
{
percent = (int)((u * 100ULL) / t);
//printf("CLCD::%s %d\n", __func__, percent);
printf("CLCD::%s %d\n", __func__, percent);
proc_put("/proc/stb/lcd/symbol_hddprogress", percent);
}
#endif