mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user