[Gpredict-svn] SF.net SVN: gpredict:[409] trunk/src/first-time.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-08-09 00:37:17
|
Revision: 409 http://gpredict.svn.sourceforge.net/gpredict/?rev=409&view=rev Author: csete Date: 2009-08-09 00:37:09 +0000 (Sun, 09 Aug 2009) Log Message: ----------- Reduce amount of noise in log file. Modified Paths: -------------- trunk/src/first-time.c Modified: trunk/src/first-time.c =================================================================== --- trunk/src/first-time.c 2009-08-09 00:33:08 UTC (rev 408) +++ trunk/src/first-time.c 2009-08-09 00:37:09 UTC (rev 409) @@ -493,7 +493,7 @@ /* first, check if this satellite already has a .sat file */ targetfilename = sat_file_name_from_catnum_s (satellites[i]); if (g_file_test (targetfilename, G_FILE_TEST_EXISTS)) { - sat_log_log (SAT_LOG_LEVEL_MSG, + sat_log_log (SAT_LOG_LEVEL_DEBUG, _("%s: %s.sat already exists. Skipped."), __FUNCTION__, satellites[i]); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |