From 7f21f3a76f28f8bbbbf003611fe815671af949b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 12 Aug 2013 16:35:05 -0300 Subject: Log to bitmask.log instead of leap_client.log --- changes/bug_rename_logfile | 1 + src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/bug_rename_logfile diff --git a/changes/bug_rename_logfile b/changes/bug_rename_logfile new file mode 100644 index 0000000..aec1c21 --- /dev/null +++ b/changes/bug_rename_logfile @@ -0,0 +1 @@ + o Use bitmask.log instead of leap_client.log. Closes #3424. \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index c1c4b67..d84b15a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -163,7 +163,7 @@ main(int argc, char** argv) "import encodings.idna\n" // we need to make sure this is imported "sys.argv.append('--standalone')\n" "sys.argv.append('--debug')\n" - "sys.argv.append('--logfile=leap_client.log')\n", global, global); + "sys.argv.append('--logfile=bitmask.log')\n", global, global); py::exec_file("apps/launcher.py", global, -- cgit v1.2.3