diff options
| -rw-r--r-- | pathd/path_ted.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c index 7afa1468a1..dd6a7d7a64 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -462,7 +462,7 @@ DEFPY (show_pathd_ted_db,  	json_object *json = NULL;  	if (!ted_state_g.enabled) { -		vty_out(vty, "PATHD TED database is not enabled\n"); +		vty_out(vty, "Traffic Engineering database is not enabled\n");  		return CMD_WARNING;  	}  	if (strcmp(ver_json, "json") == 0) {  | 
