mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
add debug statement
This commit is contained in:
parent
ebfcd90d72
commit
c9b9b0edda
1 changed files with 1 additions and 0 deletions
|
|
@ -1271,6 +1271,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
|
||||
"""
|
||||
self.config_test()
|
||||
logger.debug(self.aug.view_config_changes(self))
|
||||
self._reload()
|
||||
|
||||
def _reload(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue