Skip to content

Commit faa8776

Browse files
committed
Updating error wording
1 parent beb95e7 commit faa8776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CallbackModule(CallbackBase):
1919
def __init__(self):
2020
if not HAS_MODULES:
2121
self.disabled = True
22-
print('Datadog callback disabled.\nMake sure you call all required libraries: "datadog" and "yaml".')
22+
print('Datadog callback disabled: missing "datadog" and/or "yaml" python package.')
2323
else:
2424
self.disabled = False
2525
# Set logger level - datadog api and urllib3

0 commit comments

Comments
 (0)