Changeset 31033 for trunk/ippToPsps/src/Batch.c
- Timestamp:
- Mar 24, 2011, 11:03:32 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.c
r31030 r31033 63 63 if (this->exitCode != PS_EXIT_SUCCESS) { 64 64 65 this->logger->print(this->logger, MSG_ERROR, "Batch :Failed, so deleting fits file\n");65 this->logger->print(this->logger, MSG_ERROR, "Batch", "Failed, so deleting fits file\n"); 66 66 this->fitsOut->delete(this->fitsOut); 67 67 } … … 105 105 if (file == NULL) { 106 106 107 this->logger->print(this->logger, MSG_ERROR, "Batch :Unable to open file at %s\n", this->fitsInPath);107 this->logger->print(this->logger, MSG_ERROR, "Batch", "Unable to open file at %s\n", this->fitsInPath); 108 108 return false; 109 109 } … … 113 113 while (fgets(line, 1000, file) != NULL) this->numOfInputFiles++; 114 114 115 this->logger->print(this->logger, MSG_INFO, "Batch :%d input files found\n", this->numOfInputFiles);115 this->logger->print(this->logger, MSG_INFO, "Batch", "%d input files found\n", this->numOfInputFiles); 116 116 117 117 if (this->numOfInputFiles < 1) return false; … … 156 156 if (!this->pmconfig) { 157 157 158 this->logger->print(this->logger, MSG_ERROR, "Batch :Unable to read configuration\n");158 this->logger->print(this->logger, MSG_ERROR, "Batch", "Unable to read configuration\n"); 159 159 this->exitCode = PS_EXIT_CONFIG_ERROR; 160 160 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
