mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- simple-display: enable console output in ShowDiskLevel()
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -826,7 +826,7 @@ void CLCD::ShowDiskLevel()
|
|||||||
if (get_fs_usage(g_settings.network_nfs_recordingdir.c_str(), t, u))
|
if (get_fs_usage(g_settings.network_nfs_recordingdir.c_str(), t, u))
|
||||||
{
|
{
|
||||||
percent = (int)((u * 100ULL) / t);
|
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);
|
proc_put("/proc/stb/lcd/symbol_hddprogress", percent);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user