*** Log.cxx.orig	Mon Oct 16 14:39:43 2000
--- Log.cxx	Wed Nov 22 13:59:51 2000
*************** OpengateLog::OpengateLog() : Cfg("Log")
*** 66,72 ****
  	PTime now;
  	PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
  	PString StartupMsg = "Starting logging: ";
! 	LogFilename = Cfg.GetString("File", "OpengateLog.txt");
  		
  	// Check to see if logging has been requested
  	// If none then do not open log file
--- 66,72 ----
  	PTime now;
  	PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
  	PString StartupMsg = "Starting logging: ";
! 	LogFilename = Cfg.GetString("File", "opengate_proxy.log");
  		
  	// Check to see if logging has been requested
  	// If none then do not open log file
*************** void OpengateLog::LogH245Msg(const H245_
*** 268,271 ****
      }
      WriteTrailer();
    }
! }
--- 268,271 ----
      }
      WriteTrailer();
    }
! }
