Changeset 11694 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Feb 7, 2007, 3:59:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r11668 r11694 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.1 09$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-02-0 6 21:36:09$12 * @version $Revision: 1.110 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-02-08 01:59:28 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 899 899 900 900 // Date too early for tables. Get default time delta value from metadata, and issue warning. 901 psLogMsg( __func__,PS_LOG_WARN,_("Specified psTime predates (%g) all tables of %s information."),mjd,"UT1-UTC");901 psLogMsg("psLib.astro", PS_LOG_WARN,_("Specified psTime predates (%g) all tables of %s information."),mjd,"UT1-UTC"); 902 902 903 903 // Lookup value from time metadata loaded from pslib.config … … 919 919 */ 920 920 // Generate warning of postdate information 921 psLogMsg( __func__,PS_LOG_WARN,_("Specified psTime postdates (%g) all tables of %s information."), mjd, "UT1-UTC");921 psLogMsg("psLib.astro", PS_LOG_WARN,_("Specified psTime postdates (%g) all tables of %s information."), mjd, "UT1-UTC"); 922 922 923 923 // Lookup values to calculate prediction … … 1081 1081 #else 1082 1082 1083 psLogMsg( PS_FILE_LINE, PS_LOG_ERROR, _("Specified psTime predates (%g) all tables of %s information."), mjd, "polar motion");1083 psLogMsg("psLib.astro", PS_LOG_ERROR, _("Specified psTime predates (%g) all tables of %s information."), mjd, "polar motion"); 1084 1084 #endif 1085 1085 … … 1116 1116 #else 1117 1117 1118 psLogMsg( PS_FILE_LINE, PS_LOG_ERROR,1118 psLogMsg("psLib.astro", PS_LOG_ERROR, 1119 1119 _("Specified psTime postdates (%g) all tables of %s information."), mjd, "polar motion"); 1120 1120 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
