X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.c;h=7e6c833449857890fa7c8e8a092eaf97d439a750;hp=3a40ec5208edad530ae923c2d72b791c9f0ee276;hb=6f04ed72990f6c72d16fd08d39feac0967da732e;hpb=178a055717baca3641cecbb45fe3c0d5d3286a3a diff --git a/src/bin/lttng/conf.c b/src/bin/lttng/conf.c index 3a40ec520..7e6c83344 100644 --- a/src/bin/lttng/conf.c +++ b/src/bin/lttng/conf.c @@ -144,7 +144,7 @@ void config_destroy(char *path) DBG("Removing %s\n", config_path); ret = remove(config_path); if (ret < 0) { - perror("remove config file"); + PERROR("remove config file"); } end: free(config_path);