IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8681


Ignore:
Timestamp:
Aug 29, 2006, 1:06:32 PM (20 years ago)
Author:
jhoblitt
Message:

fix format string error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/src/ppNormCalc.c

    r8396 r8681  
    2121    psMetadata *exposures = psMetadataConfigParse(NULL, &badLines, argv[1], false); // Exposure statistics
    2222    if (badLines > 0) {
    23         psLogMsg("ppNormCalc", PS_LOG_WARN, "%d bad lines found when reading %s\n", argv[1]);
     23        psLogMsg("ppNormCalc", PS_LOG_WARN, "%d bad lines found when reading %s\n", badLines, argv[1]);
    2424    }
    2525
Note: See TracChangeset for help on using the changeset viewer.