Changeset 646 for trunk/zoo-project
- Timestamp:
- May 28, 2015, 4:42:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal_otb.c
r640 r646 155 155 for (unsigned int i = 0; i < appKeyList.size(); i++){ 156 156 const std::string paramKey(appKeyList[i]); 157 fprintf(stderr,"%s %d %s !\n",__FILE__,__LINE__,paramKey.c_str());158 157 Parameter::Pointer param = m_Application->GetParameterByKey(paramKey); 159 158 ParameterType type = m_Application->GetParameterType(paramKey); … … 161 160 map* test=getMapFromMaps(inputs,paramKey.c_str(),"cache_file"); 162 161 if(test==NULL){ 163 fprintf(stderr,"%s %d %s \n",__FILE__,__LINE__,paramKey.c_str());164 162 test=getMapFromMaps(inputs,paramKey.c_str(),"inRequest"); 165 163 map* tmpPath=getMapFromMaps(m,"main","tmpPath");
Note: See TracChangeset
for help on using the changeset viewer.