Changeset 24244 for branches/cnb_branches/cnb_branch_20090301/psModules/src/config/pmConfigRecipes.c
- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/config (modified) (1 prop)
-
psModules/src/config/pmConfigRecipes.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/config
- Property svn:ignore
-
old new 7 7 pmErrorCodes.c 8 8 pmErrorCodes.h 9 pmVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/config/pmConfigRecipes.c
r23351 r24244 81 81 psTrace ("psModules.config", 3, "read recipes from camera config"); 82 82 } else { 83 ps LogMsg("psModules.config", PS_LOG_DETAIL, "no recipe supplied by camera config");83 psTrace ("psModules.config", PS_LOG_DETAIL, "no recipe supplied by camera config"); 84 84 } 85 85 } … … 97 97 psTrace ("psModules.config", 3, "read recipes from symbolic references"); 98 98 } else { 99 ps LogMsg("psModules.config", PS_LOG_DETAIL, "no recipe supplied by symbolic reference");99 psTrace ("psModules.config", PS_LOG_DETAIL, "no recipe supplied by symbolic reference"); 100 100 } 101 101 … … 105 105 return false; 106 106 } 107 ps LogMsg("psModules.config", PS_LOG_DETAIL, "merged camera recipes with system recipes");107 psTrace ("psModules.config", PS_LOG_DETAIL, "merged camera recipes with system recipes"); 108 108 109 109 // load recipe-files specified on the command line … … 115 115 psTrace ("psModules.config", 3, "read recipes from command-line arguments"); 116 116 } else { 117 ps LogMsg("psModules.config", PS_LOG_DETAIL, "no recipe supplied on command-line arguments");117 psTrace ("psModules.config", PS_LOG_DETAIL, "no recipe supplied on command-line arguments"); 118 118 } 119 119 … … 126 126 psTrace ("psModules.config", 3, "read recipes from symbolic references"); 127 127 } else { 128 ps LogMsg("psModules.config", PS_LOG_DETAIL, "no recipe supplied by symbolic reference");128 psTrace ("psModules.config", PS_LOG_DETAIL, "no recipe supplied by symbolic reference"); 129 129 } 130 130 … … 137 137 psTrace ("psModules.config", 3, "read recipes from command-line arguments"); 138 138 } else { 139 ps LogMsg("psModules.config", PS_LOG_DETAIL, "no recipe supplied on command-line arguments");139 psTrace ("psModules.config", PS_LOG_DETAIL, "no recipe supplied on command-line arguments"); 140 140 } 141 141 } … … 348 348 psFree(recipesIter); 349 349 return false; 350 }350 } 351 351 } 352 352 psFree(recipesIter);
Note:
See TracChangeset
for help on using the changeset viewer.
