Skip to content

Commit

Permalink
fixup import, better logger category
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19174 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 3, 2018
1 parent ed96812 commit 1c3470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xpra/codecs/nvfbc/cuda_image_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pycuda import driver

from xpra.log import Logger
log = Logger("encoder", "nvfbc")
log = Logger("cuda", "nvfbc")


class CUDAImageWrapper(ImageWrapper):
Expand Down
2 changes: 1 addition & 1 deletion src/xpra/codecs/nvfbc/fbc_capture_linux.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from weakref import WeakSet
from xpra.os_util import WIN32
from xpra.util import csv, roundup
from xpra.codecs.image_wrapper import ImageWrapper
from xpra.codecs.nvfbc.cuda_image_wrapper CudaImageWrapper
from xpra.codecs.nvfbc.cuda_image_wrapper import CUDAImageWrapper
from xpra.codecs.nv_util import get_nvidia_module_version, get_cards, get_license_keys, parse_nvfbc_hex_key

from xpra.log import Logger
Expand Down

0 comments on commit 1c3470f

Please sign in to comment.