summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-12 16:35:05 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-12 16:35:05 -0300
commit7f21f3a76f28f8bbbbf003611fe815671af949b8 (patch)
tree62e021c67951cabb9bf42b296363d2e463e2fa15
parent2aeabfd1898a2d0e8a5801cb68a6fb18ae2b9bb3 (diff)
Log to bitmask.log instead of leap_client.log
-rw-r--r--changes/bug_rename_logfile1
-rw-r--r--src/main.cpp2
2 files changed, 2 insertions, 1 deletions
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,