Skip to content

Commit f93f9e4

Browse files
committed
fix: lint issue
1 parent b041178 commit f93f9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/ggo/agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func newStartCmd() *cobra.Command {
210210
hvMgr, err := getHypervisorManager()
211211
if err != nil {
212212
// Log warning but continue - agent can work without hypervisor for some operations
213-
klog.Fatal("Failed to initialize hypervisor manager, worker management will be limited: error=%v", err)
213+
klog.Fatalf("Failed to initialize hypervisor manager, worker management will be limited: error=%v", err)
214214
}
215215

216216
// Get remote-gpu-worker binary path

0 commit comments

Comments
 (0)