Skip to content

Commit

Permalink
Fix logging for unimplemented but found processes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Dec 23, 2023
1 parent 8cf89fb commit 7b0093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vos/tenantprocos.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (ea *TenantProcOS) StartProcess(name string, argv []string, attr *ProcAttr)

ea.TenantOS.eventRecorder.Record(&logger.LogEntry_UnknownCommand{
UnknownCommand: &logger.UnknownCommand{
Command: ea.Args(),
Command: argv,
Status: logger.UnknownCommand_NOT_IMPLEMENTED,
},
})
Expand Down

0 comments on commit 7b0093d

Please sign in to comment.