Changeset 41565 for trunk/psModules/src/config/pmConfigRecipes.c
- Timestamp:
- May 6, 2021, 4:28:19 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRecipes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRecipes.c
r38038 r41565 553 553 if (source == PM_RECIPE_SOURCE_CAMERA) { 554 554 if (strstr (item->comment, "(FOUND)") == NULL) { 555 psError(PS_ERR_IO, false, "Selected symbolic name %s does not exist in recipes ", sourceName);555 psError(PS_ERR_IO, false, "Selected symbolic name %s does not exist in recipes. Use syntax '-recipe NAME VALUE'", sourceName); 556 556 return false; 557 557 }
Note:
See TracChangeset
for help on using the changeset viewer.
