aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-05-29 13:42:23 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-05-29 13:42:23 +0200
commit57f193bd040575642cacfd2a53de0b05d4258a6c (patch)
treef480c71aeaf99daf9151365947b9e32370c14ff8 /src/main.c
parent3bb0f7e66d8203a1dc78eb6d404e29aefef6a88c (diff)
log: remove func loc info unless MM_LOG_FUNC_LOC is defined
The user can build the project passing custom CFLAGS to enable the function location information, e.g.: $ ./configure --prefix=/usr CFLAGS="-DMM_LOG_FUNC_LOC"
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cb0e923d..c133abc9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -143,7 +143,6 @@ main (int argc, char *argv[])
mm_context_get_log_file (),
mm_context_get_log_timestamps (),
mm_context_get_log_relative_timestamps (),
- mm_context_get_debug (),
&err)) {
g_warning ("Failed to set up logging: %s", err->message);
g_error_free (err);