X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-python-agent%2Flttng_ust_python.c;h=be534c62626ca5dc7eeb8beb554c77b4e189ac2b;hb=55a6c989b3f2219cc543efa206db98cea0946e9f;hp=d10daf1411b302644946b3a65b4d1b3a8fc8a9a9;hpb=5f4581710fab3d761f0b3ed5f30dd744e28a84a4;p=lttng-ust.git diff --git a/liblttng-ust-python-agent/lttng_ust_python.c b/liblttng-ust-python-agent/lttng_ust_python.c index d10daf14..be534c62 100644 --- a/liblttng-ust-python-agent/lttng_ust_python.c +++ b/liblttng-ust-python-agent/lttng_ust_python.c @@ -27,6 +27,6 @@ void py_tracepoint(const char *asctime, const char *msg, const char *logger_name, const char *funcName, unsigned int lineno, unsigned int int_loglevel, unsigned int thread, const char *threadName) { - tracepoint(lttng_python, user_event, asctime, msg, logger_name, funcName, + tracepoint(lttng_python, event, asctime, msg, logger_name, funcName, lineno, int_loglevel, thread, threadName); }