mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- upnpbrowser: reduce console output in updateTimes()
This commit is contained in:
@@ -1257,7 +1257,7 @@ void CUpnpBrowserGui::updateTimes(const bool force)
|
|||||||
updatePlayed = true;
|
updatePlayed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("updateTimes: force %d updatePlayed %d\n", force, updatePlayed);
|
//printf("updateTimes: force %d updatePlayed %d\n", force, updatePlayed);
|
||||||
char play_time[8];
|
char play_time[8];
|
||||||
snprintf(play_time, 7, "%ld:%02ld", m_time_played / 60, m_time_played % 60);
|
snprintf(play_time, 7, "%ld:%02ld", m_time_played / 60, m_time_played % 60);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user