Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 62d98697c81ba49fdb8b4042073fece6 > files > 1

cyphesis-0.5.24-1.fc14.1.src.rpm

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