mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 17:12:51 +02:00
Rename TARGET field to "COMPONENT" for clarity.
"Target" is what's it named in the source, but it seems too confusing.
This commit is contained in:
parent
6110da720e
commit
2a919e35f4
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& cont
|
|||
QByteArray sd_priority = QString("PRIORITY=%1").arg(priority).toUtf8();
|
||||
QByteArray sd_category = QString("CATEGORY=%1").arg(context.category).toUtf8();
|
||||
QByteArray sd_tid = QString("TID=%1").arg((qlonglong)QThread::currentThreadId()).toUtf8();
|
||||
QByteArray sd_target = QString("TARGET=%1").arg(_targetName).toUtf8();
|
||||
QByteArray sd_target = QString("COMPONENT=%1").arg(_targetName).toUtf8();
|
||||
|
||||
std::vector<struct iovec> fields;
|
||||
addString(fields, sd_message);
|
||||
|
|
Loading…
Reference in a new issue