Skip to content

Commit

Permalink
fix unnecessary warn log
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 16, 2024
1 parent 91b1fc3 commit a6b1f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clab/clab.go
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ func (c *CLab) Exec(ctx context.Context, cmds []string, options *ExecOptions) (*
continue
}
}
log.Warnf("error while execing on node %s: %v", cnt.Names[0], err)

resultCollection.Add(cnt.Names[0], execResult)
}
}
Expand Down
4 changes: 4 additions & 0 deletions docs/rn/0.57.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ This column is populated with the username of the user who started the lab and i
### 0.57.1

- fixed handling of the docker user password containing special characters #2187

### 0.57.2

- fixed erroneous warn log when command execution succeeded

0 comments on commit a6b1f04

Please sign in to comment.