summaryrefslogtreecommitdiff
path: root/silx/opencl/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/opencl/__init__.py')
-rw-r--r--silx/opencl/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/silx/opencl/__init__.py b/silx/opencl/__init__.py
index b970338..353b74b 100644
--- a/silx/opencl/__init__.py
+++ b/silx/opencl/__init__.py
@@ -40,7 +40,7 @@ __status__ = "stable"
import logging
-logger = logging.getLogger("silx.opencl")
+logger = logging.getLogger(__name__)
from .common import *