Changeset 8681 for trunk/ppNorm/src
- Timestamp:
- Aug 29, 2006, 1:06:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppNorm/src/ppNormCalc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNorm/src/ppNormCalc.c
r8396 r8681 21 21 psMetadata *exposures = psMetadataConfigParse(NULL, &badLines, argv[1], false); // Exposure statistics 22 22 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]); 24 24 } 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
