summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index acef32b2ab..4cefb5e80c 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2321,7 +2321,7 @@ static void vty_read_file(struct nb_config *config, FILE *confp)
nl = strchr(ve->error_buf, '\n');
if (nl)
*nl = '\0';
- flog_err(EC_LIB_VTY, "ERROR: %s on config line %u: %s",
+ flog_err(EC_LIB_VTY, "%s on config line %u: %s",
message, ve->line_num, ve->error_buf);
}
}