Author: ks156 Date: 2009-09-08 10:47:46 +0200 (Tue, 08 Sep 2009) New Revision: 5337
Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/log.c Log: * Changed the path of the log file from /var/log to /var/log/tuxdroid Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/log.c =================================================================== --- software_suite_v2/tuxware/tuxdriver/trunk/src/log.c 2009-09-08 07:31:28 UTC (rev 5336) +++ software_suite_v2/tuxware/tuxdriver/trunk/src/log.c 2009-09-08 08:47:46 UTC (rev 5337) @@ -35,7 +35,7 @@ #ifdef WIN32 # define LOG_FILE "c:\\windows\\libtuxdriver.log" #else -# define LOG_FILE "/var/log/libtuxdriver.log" +# define LOG_FILE "/var/log/tuxdroid/libtuxdriver.log" #endif /** All logged messages are prefixed with this text */ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
