softIoc -v -x prefix should show loading exit_file

This commit is contained in:
Andrew Johnson
2023-01-19 10:56:46 -06:00
parent 4b63882f28
commit 84e5cc0b69

View File

@@ -209,6 +209,9 @@ int main(int argc, char *argv[])
lazy_dbd(dbd_file);
xmacro = "IOC=";
xmacro += optarg;
if (verbose) {
std::cout<<"dbLoadRecords(\""<<exit_file<<"\", \""<<xmacro<<"\")\n";
}
errIf(dbLoadRecords(exit_file.c_str(), xmacro.c_str()),
std::string("Failed to load: ")+exit_file);
loadedDb = true;