Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ian28223 committed Feb 12, 2018
1 parent 6170761 commit cf0067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dockerutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def client(self):
except Exception as ex:
# No docker_daemon.yaml + no existing Docker socket file = Dockerless
if self._no_conf_file and not os.path.isfile(DEFAULT_SOCK_PATH):
log.info("Docker features disbled: No running Docker instance detected. Will not retry since no docker_daemon configuration file was found.")
log.info("Docker features disabled: No running Docker instance detected. Will not retry since no docker_daemon configuration file was found.")
else:
log.error("Failed to initialize the docker client. Docker-related features "
"will fail. Will retry %s time(s). Error: %s" % (self.left_init_retries, str(ex)))
Expand Down

0 comments on commit cf0067c

Please sign in to comment.