IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41565 for trunk/psModules


Ignore:
Timestamp:
May 6, 2021, 4:28:19 PM (5 years ago)
Author:
eugene
Message:

add more information on the error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRecipes.c

    r38038 r41565  
    553553        if (source == PM_RECIPE_SOURCE_CAMERA) {
    554554          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);
    556556            return false;
    557557          }
Note: See TracChangeset for help on using the changeset viewer.