Changeset 782 for trunk/thirds
- Timestamp:
- Jun 27, 2016, 4:40:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/otb2zcfg/otb2zcfg.cxx
r703 r782 128 128 129 129 const char * ITK_AUTOLOAD_PATH = itksys::SystemTools::GetEnv("ITK_AUTOLOAD_PATH"); 130 std::cerr << " ERROR: Module search path: " << (ITK_AUTOLOAD_PATH ? ITK_AUTOLOAD_PATH : "none (check ITK_AUTOLOAD_PATH)") << std::endl;130 std::cerr << "INFO: Module search path: " << (ITK_AUTOLOAD_PATH ? ITK_AUTOLOAD_PATH : "none (check ITK_AUTOLOAD_PATH)") << std::endl; 131 131 132 132 std::vector<std::string> list = ApplicationRegistry::GetAvailableApplications(); 133 133 if (list.size() == 0) 134 std::cerr << "ERROR: Available modules : none." << std::endl;134 std::cerr << "ERROR: no module found." << std::endl; 135 135 else{ 136 std::cerr << " ERROR: Available modules :" << std::endl;136 std::cerr << "INFO: Available modules :" << std::endl; 137 137 for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it){ 138 138 std::string filename= *it + ".zcfg";
Note: See TracChangeset
for help on using the changeset viewer.