From 21afc8cae16f0db07728798ce63a4ff0af37be2e Mon Sep 17 00:00:00 2001 From: micio Date: Mon, 13 Feb 2012 11:04:00 +0000 Subject: [PATCH] Bazaar/IPNServerTest : move log file on correct path for daemonized server git-svn-id: svn://ultimatepp.org/upp/trunk@4586 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/IPNServerTest/IPNServerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/IPNServerTest/IPNServerTest.cpp b/bazaar/IPNServerTest/IPNServerTest.cpp index d6ecc22a3..56ae278e2 100644 --- a/bazaar/IPNServerTest/IPNServerTest.cpp +++ b/bazaar/IPNServerTest/IPNServerTest.cpp @@ -40,7 +40,7 @@ static bool Daemonize(void) return false; // Redirect standard files to a log file (NULL for input) - String logPath = "/var/log/TimberStruct/"; + String logPath = "/var/log/IPNServer/"; RealizePath(logPath); freopen("/dev/null", "r", stdin); freopen(AppendFileName(logPath, "out.log"), "w", stdout);