sms-part: add helper debug logs

This commit is contained in:
Aleksander Morgado
2012-09-06 13:04:42 +02:00
parent 176498239f
commit 32c41f62e5
2 changed files with 18 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
#include "mm-sms-part.h"
#include "mm-utils.h"
#include "mm-log.h"
/* If defined will print debugging traces */
#ifdef TEST_SMS_PART_ENABLE_TRACE
@@ -668,6 +669,16 @@ test_create_pdu_gsm_no_validity (void)
1); /* expected_msgstart */
}
void
_mm_log (const char *loc,
const char *func,
guint32 level,
const char *fmt,
...)
{
/* Dummy log function */
}
int main (int argc, char **argv)
{
g_type_init ();