aboutsummaryrefslogtreecommitdiff
path: root/test/mmsmspdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mmsmspdu.c')
-rw-r--r--test/mmsmspdu.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/test/mmsmspdu.c b/test/mmsmspdu.c
index ef27074c..3a56ffc5 100644
--- a/test/mmsmspdu.c
+++ b/test/mmsmspdu.c
@@ -26,7 +26,7 @@
#include <ModemManager.h>
#define _LIBMM_INSIDE_MM
#include <libmm-glib.h>
-#include "mm-log.h"
+#include "mm-log-test.h"
#include "mm-sms-part-3gpp.h"
#define PROGRAM_NAME "mmsmspdu"
@@ -163,27 +163,6 @@ show_part_info (MMSmsPart *part)
}
}
-void
-_mm_log (gpointer obj,
- const char *loc,
- const char *func,
- guint32 level,
- const char *fmt,
- ...)
-{
- va_list args;
- gchar *msg;
-
- if (!verbose_flag)
- return;
-
- va_start (args, fmt);
- msg = g_strdup_vprintf (fmt, args);
- va_end (args);
- g_print ("%s\n", msg);
- g_free (msg);
-}
-
static void
print_version_and_exit (void)
{