mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 16:59:24 +02:00
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
* Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'.
This commit is contained in:
parent
64906f8ab3
commit
37c872eaf4
@ -18703,3 +18703,5 @@
|
|||||||
* Removed 'Q3SocketDevice' dependency from caed(8).
|
* Removed 'Q3SocketDevice' dependency from caed(8).
|
||||||
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
|
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed 'Q3Process' dependency from caed(8).
|
* Removed 'Q3Process' dependency from caed(8).
|
||||||
|
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'.
|
||||||
|
@ -408,7 +408,6 @@ bool RDHPIPlayStream::play()
|
|||||||
#ifdef RPLAYSTREAM_SHOW_SLOTS
|
#ifdef RPLAYSTREAM_SHOW_SLOTS
|
||||||
printf("play() -- Card: %d Stream: %d\n",card_number,stream_number);
|
printf("play() -- Card: %d Stream: %d\n",card_number,stream_number);
|
||||||
#endif // RPLAYSTREAM_SHOW_SLOTS
|
#endif // RPLAYSTREAM_SHOW_SLOTS
|
||||||
syslog(LOG_ERR,"Play - 1\n");
|
|
||||||
if(!is_open) {
|
if(!is_open) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user