diff options
Diffstat (limited to 'mdk-stage1/log.c')
| -rw-r--r-- | mdk-stage1/log.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/mdk-stage1/log.c b/mdk-stage1/log.c index c108a8f50..cb3f741dc 100644 --- a/mdk-stage1/log.c +++ b/mdk-stage1/log.c @@ -1,7 +1,7 @@  /* - * Guillaume Cottenceau (gc@mandrakesoft.com) + * Guillaume Cottenceau (gc)   * - * Copyright 2000 Mandrakesoft + * Copyright 2000 Mandriva   *   * This software may be freely redistributed under the terms of the GNU   * public license. @@ -77,7 +77,7 @@ void open_log(void)  {  	if (!IS_TESTING) {  		logtty  = fopen("/dev/tty3", "w"); -		logfile = fopen(SLASH_LOCATION "/tmp/stage1.log", "w"); +		logfile = fopen("/tmp/stage1.log", "w");  	}  	else  		logfile = fopen("debug.log", "w"); | 
