Changeset 12661 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Mar 28, 2007, 4:17:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r11775 r12661 33 33 { 34 34 if (strcmp(pattern->name, "FPA.RA") == 0) { 35 ps LogMsg(__func__, PS_LOG_WARN,"Assuming format for %s is HOURS.\n", pattern->name);35 psWarning("Assuming format for %s is HOURS.\n", pattern->name); 36 36 return M_PI / 12.0; 37 37 } 38 38 if (strcmp(pattern->name, "FPA.DEC") == 0) { 39 ps LogMsg(__func__, PS_LOG_WARN,"Assuming format for %s is DEGREES.\n", pattern->name);39 psWarning("Assuming format for %s is DEGREES.\n", pattern->name); 40 40 return M_PI / 180.0; 41 41 } … … 334 334 while ((regionItem = psListGetAndIncrement(regionsIter))) { 335 335 if (regionItem->type != PS_DATA_STRING) { 336 ps LogMsg(__func__, PS_LOG_WARN,"CELL.BIASSEC member is not of type STR --- ignored.\n");336 psWarning("CELL.BIASSEC member is not of type STR --- ignored.\n"); 337 337 continue; 338 338 } … … 457 457 } 458 458 if (!mdok || (timeSys == 0xffffffff)) { 459 ps LogMsg(__func__, PS_LOG_WARN,"Unable to find %s in concepts when parsing %s --- assuming UTC.\n",459 psWarning("Unable to find %s in concepts when parsing %s --- assuming UTC.\n", 460 460 timesysName, pattern->name); 461 461 timeSys = PS_TIME_UTC; … … 962 962 separateTime = false; 963 963 } else { 964 ps LogMsg(__func__, PS_LOG_WARN,"Unrecognised FORMATS option for %s: %s --- "964 psWarning("Unrecognised FORMATS option for %s: %s --- " 965 965 "ignored.\n", concept->name, format); 966 966 }
Note:
See TracChangeset
for help on using the changeset viewer.
