mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
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(),
|
||||
sd_line.constData(),
|
||||
context.function == NULL ? "(unknown)" : context.function,
|
||||
|
|
Loading…
Reference in a new issue