Skip to content

Commit

Permalink
adjust logger
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 25, 2024
1 parent cda51a9 commit 1f9f8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rendercanvas/_gui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import ctypes.util
from contextlib import contextmanager

from .._coreutils import error_message_hash
from ._coreutils import error_message_hash


logger = logging.getLogger("wgpu")
logger = logging.getLogger("rendercanvas")


# ===== GUI lib support
Expand Down

0 comments on commit 1f9f8c7

Please sign in to comment.