Mercurial > ecos-v2_0-branch
diff host/tools/configtool/standalone/common/cdl_exec.cxx @ 163:0d2b193a635f
Merge from eCos master repository on 2001-06-22-17:38:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 22 Jun 2001 18:18:44 +0000 |
| parents | 511f4dc167f6 |
| children | feb0fcf83327 |
line wrap: on
line diff
--- a/host/tools/configtool/standalone/common/cdl_exec.cxx +++ b/host/tools/configtool/standalone/common/cdl_exec.cxx @@ -1,7 +1,7 @@ //####COPYRIGHTBEGIN#### // // ---------------------------------------------------------------------------- -// Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // // This program is part of the eCos host tools. // @@ -89,6 +89,7 @@ void cdl_exec::set_verbose_mode(bool new_val) { verbose = new_val; + CdlPackagesDatabaseBody::set_verbose(new_val); } void
