mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 14:42:34 +02:00
2021-12-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in 'web/webget/webget.cpp' and 'lib/rdcoreapplication.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
94ffbbaf38
commit
c518d0afbe
@ -22581,3 +22581,6 @@
|
||||
'RDCoreApplication::ExitCode' enumeration.
|
||||
* Added 'RDCoreApplication::ExitNoConfig' to the
|
||||
'RDCoreApplication::ExitCode' enumeration.
|
||||
2021-12-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in 'web/webget/webget.cpp' and
|
||||
'lib/rdcoreapplication.cpp'.
|
||||
|
@ -554,6 +554,10 @@ QString RDCoreApplication::exitCodeText(RDCoreApplication::ExitCode code)
|
||||
ret=tr("syscall error");
|
||||
break;
|
||||
|
||||
case RDCoreApplication::ExitNoConfig:
|
||||
ret=tr("missing configuration");
|
||||
break;
|
||||
|
||||
case RDCoreApplication::ExitLast:
|
||||
break;
|
||||
}
|
||||
|
@ -519,6 +519,7 @@ void MainObject::PutAudio()
|
||||
case RDApplication::ExitNoSchedCode:
|
||||
case RDApplication::ExitBadTicket:
|
||||
case RDApplication::ExitSyscallError:
|
||||
case RDApplication::ExitNoConfig:
|
||||
rda->syslog(LOG_WARNING,
|
||||
"importer process returned exit code %d [cmdline: %s, client addr: %s]",
|
||||
proc->exitCode(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user