Skip to content

Commit 54f00b5

Browse files
authored
Fix typo in log (#320)
Fix typo `CLient` -> `Client`
1 parent 256bdc7 commit 54f00b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnleashClient/api/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def send_metrics(
4141

4242
if resp.status_code != 202:
4343
log_resp_info(resp)
44-
LOGGER.warning("Unleash CLient metrics submission failed.")
44+
LOGGER.warning("Unleash Client metrics submission failed.")
4545
return False
4646

4747
LOGGER.info("Unleash Client metrics successfully sent!")

0 commit comments

Comments
 (0)