X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.c;h=7e6c833449857890fa7c8e8a092eaf97d439a750;hb=5d5baaa365798454df0fa41879399dd88a8413c1;hp=3a40ec5208edad530ae923c2d72b791c9f0ee276;hpb=9908810a4cfc351cc94e09ffef5898dfc33a9600;p=lttng-tools.git 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);