Skip to content

Commit 978f6fe

Browse files
committed
oopsie
1 parent 93d6fb1 commit 978f6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edr/edrserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def inara_cmdr(self, cmdr):
582582

583583
processed_data = self.__process_inara_response(json_resp)
584584
if not processed_data:
585-
EDR_LOG.debuf(f"No profile found in Inara response. Resp: {json_resp}")
585+
EDR_LOG.debug(f"No profile found in Inara response. Resp: {json_resp}")
586586
return False
587587

588588
cmdr_profile = EDRCmdrProfile()

0 commit comments

Comments
 (0)