Skip to content

Commit

Permalink
missed during refactoring
Browse files Browse the repository at this point in the history
totaam committed May 9, 2024
1 parent 8dcc04c commit afb554f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xpra/net/file_transfer.py
Original file line number Diff line number Diff line change
@@ -388,7 +388,7 @@ def _process_send_file_chunk(self, packet: PacketType) -> None:
file_data: bytes = packet[3]
has_more = bool(packet[4])
# if len(file_data)<1024:
# from xpra.os_util import hexstr
# from xpra.util.str_fn import hexstr
# filelog.warn("file_data=%s", hexstr(file_data))
# filelog(f"file_data={len(file_data)} {type(file_data)}")
filelog(f"file_data={len(file_data)} {type(file_data)}")
2 changes: 1 addition & 1 deletion xpra/x11/bindings/xi2.pyx
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ log = Logger("x11", "bindings", "xinput")

from xpra.gtk.error import xlog
from xpra.x11.common import X11Event
from xpra.os_util import hexstr
from xpra.util.str_fn import hexstr

from libc.string cimport memset # pylint: disable=syntax-error
from xpra.x11.bindings.xlib cimport (

0 comments on commit afb554f

Please sign in to comment.