Skip to content

Commit

Permalink
[xfreerdp] Move to nxc
Browse files Browse the repository at this point in the history
Signed-off-by: XiaoliChan <[email protected]>
  • Loading branch information
XiaoliChan committed Oct 7, 2023
1 parent c8c3fd6 commit b173843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nxc/protocols/xfreerdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from termcolor import colored

from nxc.connection import *
from nxc.logger import CMEAdapter
from nxc.logger import NXCAdapter
from nxc.config import process_secret
from nxc.config import host_info_colors

Expand All @@ -30,7 +30,7 @@ def __init__(self, args, db, host):
connection.__init__(self, args, db, host)

def proto_logger(self):
self.logger = CMEAdapter(
self.logger = NXCAdapter(
extra={
"protocol": "XFREERDP",
"host": self.host,
Expand Down

0 comments on commit b173843

Please sign in to comment.