Skip to content

Commit

Permalink
fix: update log message
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Casagrande <[email protected]>
  • Loading branch information
ajcasagrande committed Jun 2, 2023
1 parent 1126122 commit fe11c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (app *CameraManagementApp) Run() error {
}
}
if err != nil {
app.lc.Errorf("Unable to query EVAM pipeline statuses after %d tries. .")
app.lc.Errorf("Unable to query EVAM pipeline statuses after %d tries.", maxRetries)
return err // exit. we do not want to run if evam is not accessible
}

Expand Down

0 comments on commit fe11c3b

Please sign in to comment.