config: change debug log file name

This commit is contained in:
Hylke Bons 2012-06-27 13:12:04 +01:00
parent 1af3361e12
commit 22698aa00b

View file

@ -84,7 +84,7 @@ namespace SparkleLib {
}
FullPath = Path.Combine (config_path, config_file_name);
LogFilePath = Path.Combine (config_path, "debug.txt");
LogFilePath = Path.Combine (config_path, "debug-log.txt");
if (File.Exists (LogFilePath)) {
try {