use cdist, not __main__ as logger name

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent dfc3d4c7c8
commit 6c9bf9e5d7
  1. 2
      bin/cdist

@ -26,7 +26,7 @@ import os
import re
import sys
log = logging.getLogger(__name__)
log = logging.getLogger("cdist")
# Ensure our /lib/ is included into PYTHON_PATH
sys.path.insert(0, os.path.abspath(

Loading…
Cancel
Save