mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-12 15:52:29 +02:00
Add rda->log() to Xport::XmlExit
This commit is contained in:
parent
1d2469f979
commit
cff45fdc83
@ -447,6 +447,8 @@ void Xport::XmlExit(const QString &str,int code,const QString &srcfile,
|
||||
if(xport_post!=NULL) {
|
||||
delete xport_post;
|
||||
}
|
||||
rda->log(RDConfig::LogErr,QString().sprintf("%s '%s' %s",(const char *)str,(const char *)srcfile,
|
||||
(srcline>0)?(const char *)QString().sprintf("line %d",srcline):""));
|
||||
#ifdef RDXPORT_DEBUG
|
||||
if(srcline>0) {
|
||||
RDXMLResult(str+" \""+srcfile+"\" "+QString().sprintf("line %d",srcline),
|
||||
|
Loading…
x
Reference in New Issue
Block a user