mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2019-06-17 Fred Gleason <fredg@paravelsystems.com>
* Refactored logging system to use syslog(3) exclusively. * Removed the 'Facility=', 'LogDirectory=', 'CoreDumpDirectory=' and 'LogPattern=' directives from rd.conf(5).
This commit is contained in:
@@ -188,9 +188,6 @@ void MainObject::userChangedData()
|
||||
fprintf(stderr,"%s",
|
||||
qPrintable(QString("rdmetadata: user \"%1\" has no modify carts permission\n")
|
||||
.arg(rda->user()->name())));
|
||||
rda->log(RDConfig::LogErr,
|
||||
QString("rdmetadata: user \"%1\" has no modify carts permission\n")
|
||||
.arg(rda->user()->name()));
|
||||
exit(256);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user