upnpbrowser: reduce console output in updateTimes()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 324359d31d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-27 (Mon, 27 Mar 2017)

Origin message was:
------------------
- upnpbrowser: reduce console output in updateTimes()

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-03-27 08:11:49 +02:00
parent dc17e7f450
commit bd1b3c210a

View File

@@ -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);