Modify error message
This commit is contained in:
parent
da9f4230a8
commit
38e0afe417
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"""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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue