- simple-display: enable console output in ShowDiskLevel()

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-07-08 23:35:58 +02:00
committed by Thilo Graf
parent 82f8651925
commit feb92b5b8a

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