Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invocation of log.Errorf #3219

Merged
merged 2 commits into from
Mar 3, 2020

Commits on Mar 2, 2020

  1. OpenStack: return an error if load balancer deletion fails

    Now if there was a failure during load balancer deletion, we do not
    return anything and continue the execution, which leads to a runtime
    error later.
    This commit changes this behavior and returns an error immediately
    if something bad happens.
    Fedosin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    82e9dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Fix invocation of log.Errorf

    There's no need to use Errorf when there is nothing to format. In this
    case, let's use logger.Error() instead.
    mandre committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e5d6d7a View commit details
    Browse the repository at this point in the history