[Gpredict-svn] SF.net SVN: gpredict:[418] trunk/src/tle-update.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-08-15 12:50:31
|
Revision: 418 http://gpredict.svn.sourceforge.net/gpredict/?rev=418&view=rev Author: csete Date: 2009-08-15 12:50:23 +0000 (Sat, 15 Aug 2009) Log Message: ----------- Adding new satellites appears to work. Cleaned for debug comments. Modified Paths: -------------- trunk/src/tle-update.c Modified: trunk/src/tle-update.c =================================================================== --- trunk/src/tle-update.c 2009-08-14 11:25:24 UTC (rev 417) +++ trunk/src/tle-update.c 2009-08-15 12:50:23 UTC (rev 418) @@ -343,6 +343,9 @@ sat_log_log (SAT_LOG_LEVEL_MSG, _("%s: TLE elements updated."), __FUNCTION__); + sat_log_log (SAT_LOG_LEVEL_BUG, + _("%s: FIXME: Sync of categories not implemented!"), + __FUNCTION__); } /* destroy hash tables */ @@ -364,13 +367,9 @@ GError *err = NULL; - g_print ("==> Add new sat %d?\n", ntle->catnum); - /* check if sat is new */ if (ntle->isnew) { - g_print ("-----> YES!\n"); - /* create config data */ satdata = g_key_file_new (); @@ -412,7 +411,7 @@ } else { sat_log_log (SAT_LOG_LEVEL_MSG, - _("%s: Satellite data written for %d."), + _("%s: Data for new sat %d successfully added."), __FUNCTION__, ntle->catnum); *num += 1; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |