Cleanup: Replace all perror() uses by the PERROR macro
[lttng-tools.git] / src / bin / lttng / conf.c
index 3a40ec5208edad530ae923c2d72b791c9f0ee276..7e6c833449857890fa7c8e8a092eaf97d439a750 100644 (file)
@@ -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);
This page took 0.025078 seconds and 4 git commands to generate.