IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39598 for trunk/psLib


Ignore:
Timestamp:
Jun 12, 2016, 10:19:42 AM (10 years ago)
Author:
eugene
Message:

add commented-out alternate option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadata.c

    r34089 r39598  
    11221122            *status = false; \
    11231123        } else { \
    1124             psError(PS_ERR_IO, true, "Couldn't find %s in the metadata.\n", key); \
     1124            psError(PS_ERR_IO, true, "Couldn't find %s in the metadata.\n", key); \
     1125         /* psLogMsg(__func__, PS_LOG_DETAIL, "Couldn't find %s in the metadata.\n", key); */  \
    11251126        } \
    11261127        return NULL; \
Note: See TracChangeset for help on using the changeset viewer.