Modify error message

This commit is contained in:
Christophe Bedard 2020-01-09 21:41:04 -05:00
parent da9f4230a8
commit 38e0afe417

View file

@ -15,7 +15,7 @@
"""Stub version of the interface for tracing with LTTng.""" """Stub version of the interface for tracing with LTTng."""
ERROR_MESSAGE = 'lttng Python module not found' ERROR_MESSAGE = 'lttng module not found, but still tried to use it'
def setup(*args, **kwargs) -> None: def setup(*args, **kwargs) -> None: