diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-23 20:51:48 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-23 20:51:48 -0600 |
commit | 16039244bb08cb4f62754c710be2052eaef32549 (patch) | |
tree | 689477732fdaf58c7e5b9f1774cd68519dcd896b /src/mm-modem-helpers.h | |
parent | f85b014d843ecb2259e9b2e21f44c24ff8ff5fdf (diff) |
core: rework logging
Make it more flexible, add logging to a file, and absolute and
relative timestamps.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index eda6e5d7..71ccaa5d 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -66,8 +66,7 @@ char *mm_create_device_identifier (guint vid, const char *gsn, const char *revision, const char *model, - const char *manf, - gboolean debug); + const char *manf); typedef struct CindResponse CindResponse; GHashTable *mm_parse_cind_test_response (const char *reply, GError **error); |