Skip to content

Commit 2d50f8c

Browse files
committed
Use SYSLOG_GLOBAL instead SYSLOG
1 parent aab237e commit 2d50f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void Launcher::Update(const ProcessObserver::Info& info)
107107
if (result != Core::ERROR_NONE) {
108108
if (_deactivationInProgress == false) {
109109
_deactivationInProgress = true;
110-
SYSLOG(Trace::Fatal, (_T("FORCED Shutdown: %s by error: %d."), _service->Callsign().c_str(), result));
110+
SYSLOG_GLOBAL(Logging::Startup, (_T("FORCED Shutdown: %s by error: %d."), _service->Callsign().c_str(), result));
111111
PluginHost::WorkerPool::Instance().Submit(PluginHost::IShell::Job::Create(_service, PluginHost::IShell::DEACTIVATED, PluginHost::IShell::FAILURE));
112112
}
113113
}

0 commit comments

Comments
 (0)