Skip to content

Commit fc67c7f

Browse files
committed
[SYSLOG] Report the classname and make it a fatal as this is not only happening during Startup.
1 parent 4357e5c commit fc67c7f

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_GLOBAL(Logging::Startup, (_T("FORCED Shutdown: %s by error: %d."), _service->Callsign().c_str(), result));
110+
SYSLOG(Logging::Fatal, (_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)