Changeset 12354 for trunk/ppStats/src/ppStatsStandAlone.c
- Timestamp:
- Mar 8, 2007, 3:38:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsStandAlone.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsStandAlone.c
r11486 r12354 43 43 if (!outFile) { 44 44 psLogMsg("ppStats", PS_LOG_ERROR, "Unable to open output file %s\n", outName); 45 // XXX this could be a system or config error, but not a data error45 // XXX this could be a system or config error, but not a data error 46 46 status = PS_EXIT_CONFIG_ERROR; 47 47 goto die; … … 61 61 status = PS_EXIT_DATA_ERROR; 62 62 goto die; 63 } 64 65 if (data->fileLevel) { 66 const char *level = pmFPALevelToName(pmFPAPHULevel(config->format)); // Level for file 67 psMetadataAddStr(results, PS_LIST_HEAD, "FILE.LEVEL", 0, "File level", level); 63 68 } 64 69 … … 83 88 die: 84 89 if (status) { 85 psErrorStackPrint (stderr, "failure in %s", __func__);90 psErrorStackPrint (stderr, "failure in %s", __func__); 86 91 } 87 92 psFree(data);
Note:
See TracChangeset
for help on using the changeset viewer.
