X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fconf.c;h=526988468aa93ac6a576f92f3a1c27416e1c5822;hp=adc8874866c7a3e7cb739107f9eca75b4ed7ac87;hb=ed52805d21fb7a55ad066d4591f6a5f02c2108ba;hpb=58a97671d5fa65f93126798ded9e5306e3555186 diff --git a/lttng/conf.c b/lttng/conf.c index adc887486..526988468 100644 --- a/lttng/conf.c +++ b/lttng/conf.c @@ -3,8 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -165,7 +165,7 @@ char *config_read_session_name(char *path) fp = open_config(path, "r"); if (fp == NULL) { - ERR("Can't find valid lttng config in %s", path); + ERR("Can't find valid lttng config %s/.lttngrc", path); goto error; }