diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-08 23:32:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:23 +0100 |
commit | 181f9c85f037cc4d0a603dc314382b3ffaa961f0 (patch) | |
tree | b485cb5fe072be104c4473b19509dd5ccc14ee25 /src/mm-log.h | |
parent | cdd339f8024af8088d94f0ffde78beef5a0c998d (diff) |
log: only include LOC and method name in debug logs if running with --debug
If the modem is started with --log-level=DEBUG, they will not be shown.
Diffstat (limited to 'src/mm-log.h')
-rw-r--r-- | src/mm-log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-log.h b/src/mm-log.h index 6024c08f..b39baf40 100644 --- a/src/mm-log.h +++ b/src/mm-log.h @@ -53,6 +53,7 @@ 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_usr1 (void); @@ -60,4 +61,3 @@ void mm_log_usr1 (void); void mm_log_shutdown (void); #endif /* MM_LOG_H */ - |