summaryrefslogtreecommitdiffstats
path: root/openstack/common/network_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/network_utils.py')
-rw-r--r--openstack/common/network_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py
index 5224e01..fc7b9a8 100644
--- a/openstack/common/network_utils.py
+++ b/openstack/common/network_utils.py
@@ -19,7 +19,8 @@
Network-related utilities and helper functions.
"""
-import logging
+from openstack.common import log as logging
+
LOG = logging.getLogger(__name__)