mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-06 12:13:46 +02:00
Remove old code
This commit is contained in:
parent
133f7349c9
commit
6110da720e
1 changed files with 0 additions and 11 deletions
|
@ -283,17 +283,6 @@ QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& cont
|
||||||
addString(fields, sd_target);
|
addString(fields, sd_target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
int retval = sd_journal_send_with_location(sd_file.toUtf8().constData(),
|
|
||||||
sd_line.toUtf8().constData(),
|
|
||||||
context.function == NULL ? "(unknown)" : context.function,
|
|
||||||
"MESSAGE=%s", message.toUtf8().constData(),
|
|
||||||
"PRIORITY=%i", priority,
|
|
||||||
"CATEGORY=%s", context.category,
|
|
||||||
"TID=%i", threadID,
|
|
||||||
NULL);
|
|
||||||
*/
|
|
||||||
int retval = sd_journal_sendv_with_location(sd_file.constData(),
|
int retval = sd_journal_sendv_with_location(sd_file.constData(),
|
||||||
sd_line.constData(),
|
sd_line.constData(),
|
||||||
context.function == NULL ? "(unknown)" : context.function,
|
context.function == NULL ? "(unknown)" : context.function,
|
||||||
|
|
Loading…
Reference in a new issue