Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-ofono] Fixed logging includes
  • Loading branch information
monich committed May 5, 2014
1 parent e238e45 commit 6ed3b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mms-ofono/src/mms_ofono_connection.c
Expand Up @@ -22,7 +22,7 @@

/* Logging */
#define MMS_LOG_MODULE_NAME mms_connection_log
#include "mms_lib_log.h"
#include "mms_ofono_log.h"
MMS_LOG_MODULE_DEFINE("mms-ofono-connection");

typedef MMSConnectionClass MMSOfonoConnectionClass;
Expand Down
2 changes: 1 addition & 1 deletion mms-ofono/src/mms_ofono_connman.c
Expand Up @@ -21,7 +21,7 @@

/* Logging */
#define MMS_LOG_MODULE_NAME mms_connman_log
#include "mms_lib_log.h"
#include "mms_ofono_log.h"
MMS_LOG_MODULE_DEFINE("mms-ofono-connman");

typedef MMSConnManClass MMSOfonoConnManClass;
Expand Down

0 comments on commit 6ed3b07

Please sign in to comment.