X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=python-lttngust%2Flttngust%2Floghandler.py;h=6f144cacd8c96b1b5341dd6150be7fb5987cfa07;hb=00ee1adfe1e34d43494227781f6662b0a21b7c4b;hp=e82cf5c5091bc5c53a68bf08b248d2f038a300a3;hpb=7d34f27dce903a88241e96787c1f900b6ea08245;p=lttng-ust.git diff --git a/python-lttngust/lttngust/loghandler.py b/python-lttngust/lttngust/loghandler.py index e82cf5c5..6f144cac 100644 --- a/python-lttngust/lttngust/loghandler.py +++ b/python-lttngust/lttngust/loghandler.py @@ -22,7 +22,7 @@ import ctypes class _Handler(logging.Handler): - _LIB_NAME = 'liblttng-ust-python-agent.so' + _LIB_NAME = 'liblttng-ust-python-agent.so.0' def __init__(self): super(self.__class__, self).__init__(level=logging.NOTSET)