diff --git a/src/config_parser.c b/src/config_parser.c index 3fd4e09a..9a0d1925 100644 --- a/src/config_parser.c +++ b/src/config_parser.c @@ -863,7 +863,7 @@ bool parse_file(const char *f, bool use_nagbar) { die("Could not read configuration file\n"); } if (buffer[strlen(buffer) - 1] != '\n') { - ELOG("Use continuation with too many lines\n"); + ELOG("Your line continuation is too long, it exceeds %zd bytes\n", sizeof(buffer)); } continuation = strstr(buffer, "\\\n"); if (continuation) {