From bcc386430d6eb2ca123c4d5c730766faae11f844 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 24 Jan 2005 18:17:28 +0000 Subject: [PATCH] change output slightly to be less confusing --- dtool/src/prc/configVariableManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/prc/configVariableManager.cxx b/dtool/src/prc/configVariableManager.cxx index fba4edef81..cb656c1b95 100644 --- a/dtool/src/prc/configVariableManager.cxx +++ b/dtool/src/prc/configVariableManager.cxx @@ -342,7 +342,7 @@ list_variable(const ConfigVariableCore *variable, variable->get_value_type() == ConfigVariableCore::VT_search_path) { // We treat a "list" variable as a special case: list all of // its values. - nout << " current value =\n"; + nout << " current value:\n"; int num_references = variable->get_num_trusted_references(); for (int i = 0; i < num_references; i++) { decl = variable->get_trusted_reference(i);