Changeset 11278 for trunk/stac/src/stacConfig.c
- Timestamp:
- Jan 24, 2007, 3:06:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacConfig.c
r8783 r11278 170 170 psTrace("stac.config", 8, "Parsed command line for configuration\n"); 171 171 psTrace("stac.config", 9, "Verbosity level: %d\n",config->verbose); 172 psTrace("stac.config", 9, "% d inputs:\n",config->inputs->n);172 psTrace("stac.config", 9, "%ld inputs:\n",config->inputs->n); 173 173 for (int i = 0; i < config->inputs->n; i++) { 174 psTrace("stac.config", 9, "\t%s\n", config->inputs->data[i]);174 psTrace("stac.config", 9, "\t%s\n", (char *)config->inputs->data[i]); 175 175 } 176 176 psTrace("stac.config", 9, "Output file is %s\n",config->output);
Note:
See TracChangeset
for help on using the changeset viewer.
