diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-29 13:42:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-29 13:42:23 +0200 |
commit | 57f193bd040575642cacfd2a53de0b05d4258a6c (patch) | |
tree | f480c71aeaf99daf9151365947b9e32370c14ff8 /src/mm-log.h | |
parent | 3bb0f7e66d8203a1dc78eb6d404e29aefef6a88c (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/mm-log.h')
-rw-r--r-- | src/mm-log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-log.h b/src/mm-log.h index 762f9751..292d68a0 100644 --- a/src/mm-log.h +++ b/src/mm-log.h @@ -53,7 +53,6 @@ gboolean mm_log_setup (const char *level, const char *log_file, gboolean show_ts, gboolean rel_ts, - gboolean debug_func_loc, GError **error); void mm_log_shutdown (void); |