diff --git a/modules/database/src/std/softIoc/softMain.cpp b/modules/database/src/std/softIoc/softMain.cpp index 2a6223e6c..d9d06faa2 100644 --- a/modules/database/src/std/softIoc/softMain.cpp +++ b/modules/database/src/std/softIoc/softMain.cpp @@ -46,13 +46,15 @@ extern "C" int softIoc_registerRecordDeviceDriver(struct dbBase *pdbbase); namespace { +bool verbose = false; + static void exitSubroutine(subRecord *precord) { epicsExitLater((precord->a == 0.0) ? EXIT_SUCCESS : EXIT_FAILURE); } void usage(const char *arg0, const std::string& base_dbd) { std::cout<<"Usage: "< Access Security configuration file. Macro substitution is\n" " performed.\n" "\n" @@ -102,12 +106,14 @@ void lazy_dbd(const std::string& dbd_file) { if(lazy_dbd_loaded) return; lazy_dbd_loaded = true; + if (verbose) + std::cout<<"dbLoadDatabase(\""<