aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2014-03-31 21:42:45 +0000
committernicm <nicm>2014-03-31 21:42:45 +0000
commit48478ea0a990cc14d61722f9f8d3f1490d8f417a (patch)
treedf43e4a2b0e6902ebe725687cde171a7b6365e45 /tmux.c
parent7bdb675469336e1c8c7c5039aff369f8245dc450 (diff)
downloadrtmux-48478ea0a990cc14d61722f9f8d3f1490d8f417a.tar.gz
rtmux-48478ea0a990cc14d61722f9f8d3f1490d8f417a.tar.bz2
rtmux-48478ea0a990cc14d61722f9f8d3f1490d8f417a.zip
Remove log_debug2 as well and simplify log.c.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 6de96ce1..8f9e520d 100644
--- a/tmux.c
+++ b/tmux.c
@@ -70,7 +70,7 @@ logfile(const char *name)
if (debug_level > 0) {
xasprintf(&path, "tmux-%s-%ld.log", name, (long) getpid());
- log_open(debug_level, path);
+ log_open(path);
free(path);
}
}