Add logging line to varnish execution module

This commit is contained in:
Thomas S Hatch 2014-06-03 11:01:08 -06:00
parent 4979ae7b1d
commit b66e22fab8

View File

@ -17,6 +17,8 @@ import re
# Import salt libs
import salt.utils
log = logging.getLogger(__name__)
# Define the module's virtual name
__virtualname__ = 'varnish'