confile: improve legacy update message

Closes #1938. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 0ad23532
......@@ -2115,7 +2115,10 @@ static int parse_line(char *buffer, void *data)
*/
fprintf(stderr, "The configuration file contains "
"legacy configuration keys.\nPlease "
"update your configuration file!\n");
"update your configuration file!\nThe "
"update script lxc-update-config -c "
"<path-to-config> can be used for "
"this.\n");
}
}
/* [END]: REMOVE IN LXC 3.0 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment