Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Sep 24, 2024
1 parent ddc3ada commit 9524d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/desktop/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func (r *DesktopUsersProcessesRunner) FlagsChanged(flagKeys ...keys.FlagKey) {

r.slogger.Log(context.TODO(), slog.LevelDebug,
"desktop enabled set by control server",
"process_spawning_enabled", r.knapsack.DesktopEnabled(),
"desktop_enabled", r.knapsack.DesktopEnabled(),
)

if !r.knapsack.DesktopEnabled() {
Expand Down

0 comments on commit 9524d0d

Please sign in to comment.