Michael Thomas 4869198
--- common/log.cpp.orig	2007-02-24 09:57:32.000000000 -0800
Michael Thomas 4869198
+++ common/log.cpp	2007-02-24 09:57:51.000000000 -0800
Michael Thomas 4869198
@@ -65,7 +65,7 @@
Michael Thomas 4869198
 
Michael Thomas 4869198
 static void open_event_log()
Michael Thomas 4869198
 {
Michael Thomas 4869198
-    std::string event_log_file = var_directory + "/tmp/cyphesis_event.log";
Michael Thomas 4869198
+    std::string event_log_file = var_directory + "/log/cyphesis/cyphesis_event.log";
Michael Thomas 4869198
 
Michael Thomas 4869198
     event_log.open(event_log_file.c_str(), std::ios::out | std::ios::app);
Michael Thomas 4869198