We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d6fb1 commit 978f6feCopy full SHA for 978f6fe
edr/edrserver.py
@@ -582,7 +582,7 @@ def inara_cmdr(self, cmdr):
582
583
processed_data = self.__process_inara_response(json_resp)
584
if not processed_data:
585
- EDR_LOG.debuf(f"No profile found in Inara response. Resp: {json_resp}")
+ EDR_LOG.debug(f"No profile found in Inara response. Resp: {json_resp}")
586
return False
587
588
cmdr_profile = EDRCmdrProfile()
0 commit comments