mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2019-06-21 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDApplication::syslog()' methods.
This commit is contained in:
@@ -59,8 +59,8 @@ ModemLines::ModemLines(RDMatrix *matrix,QObject *parent)
|
||||
//
|
||||
gpio_tty=new RDTty(rda->station()->name(),matrix->port(RDMatrix::Primary));
|
||||
if((gpio_fd=open(gpio_tty->port(),O_RDONLY))<0) {
|
||||
syslog(LOG_WARNING,"unable to open tty \"%s\"",
|
||||
(const char *)gpio_tty->port());
|
||||
rda->syslog(LOG_WARNING,"unable to open tty \"%s\"",
|
||||
(const char *)gpio_tty->port());
|
||||
return;
|
||||
}
|
||||
for(int i=0;i<gpio_gpos;i++) { // So we don't false trigger
|
||||
|
||||
Reference in New Issue
Block a user