aboutsummaryrefslogtreecommitdiff
path: root/test/mmsmspdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mmsmspdu.c')
-rw-r--r--test/mmsmspdu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/mmsmspdu.c b/test/mmsmspdu.c
index 2c53704b..788627fa 100644
--- a/test/mmsmspdu.c
+++ b/test/mmsmspdu.c
@@ -182,7 +182,7 @@ _mm_log (gpointer obj,
const gchar *module,
const gchar *loc,
const gchar *func,
- guint32 level,
+ MMLogLevel level,
const gchar *fmt,
...)
{
@@ -200,6 +200,9 @@ _mm_log (gpointer obj,
case MM_LOG_LEVEL_WARN:
level_str = "warning";
break;
+ case MM_LOG_LEVEL_MSG:
+ level_str = "message";
+ break;
case MM_LOG_LEVEL_INFO:
level_str = "info";
break;