X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo-tracef%2Fdemo-vtracef.c;h=13564f41b0c0e17964ee6b73a716ff4833082c1b;hb=06294ff90351f02d01c65d186e3d993f624fef8d;hp=8fe8bb36d27a4bd55da56ac4d0b1d5fa1155f24d;hpb=638ce920ec31c143db2c3f64a6571584adede895;p=lttng-ust.git diff --git a/doc/examples/demo-tracef/demo-vtracef.c b/doc/examples/demo-tracef/demo-vtracef.c index 8fe8bb36..13564f41 100644 --- a/doc/examples/demo-tracef/demo-vtracef.c +++ b/doc/examples/demo-tracef/demo-vtracef.c @@ -20,7 +20,7 @@ void print_debug(const char* msg, ...) va_list ap; va_start(ap, msg); - vtracef(msg, ap); + lttng_ust_vtracef(msg, ap); va_end(ap); }